mirror of
https://github.com/renorris/openfsd
synced 2026-08-14 17:41:41 +08:00
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.
32 lines
535 B
Plaintext
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
|