Files
openfsd/.gitignore
Reese Norris 3ba2b2c364 feat: add XP12 apt.dat download and sweatbox .apt converter tooling
Operators can fetch Global Airports apt.dat locally (-download) and convert
to TWRTrainer-style .apt files. openfsd does not ship Laminar data; bulk
outputs and apt.dat caches stay gitignored. See docs/xplane-airport-data.md.
2026-07-23 18:25:35 -04:00

32 lines
535 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
/openfsd
# User-fetched X-Plane Global Airports data and bulk conversion output.
# Tooling under cmd/, internal/xp12aptdat/, scripts/ is tracked.
# See docs/xplane-airport-data.md.
/xp12-aptdat/
/generated-apt/
apt.dat
apt.dat.zip
**/apt.dat
**/apt.dat.zip