mirror of
https://github.com/renorris/openfsd
synced 2026-08-14 17:41:41 +08:00
Speed up dense position fan-out with atomic live snapshots for N≤2048, equirectangular DistanceSq filtering, and SendPosition latest-wins drops so slow peers cannot stall broadcasters. Ignore SQLite WAL/SHM sidecars so local operator DBs are not staged by accident.
21 lines
277 B
Plaintext
21 lines
277 B
Plaintext
.DS_Store
|
|
.idea
|
|
.vscode
|
|
**tmp**
|
|
build-and-push.sh
|
|
|
|
# Local SQLite databases and WAL/SHM sidecars (never commit operator data)
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
*.sqlite
|
|
*.sqlite3
|
|
|
|
# Local worklogs / personal trackers (not committed)
|
|
*.local.md
|
|
|
|
# Local binaries
|
|
/openfsd-web
|
|
/fsdweb
|
|
/fsd
|