502fa249a0
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
30 lines
601 B
Plaintext
30 lines
601 B
Plaintext
# dependencies
|
|
node_modules/
|
|
web/node_modules/
|
|
desktop/node_modules/
|
|
|
|
# build output
|
|
web/dist/
|
|
desktop/src-tauri/target/
|
|
target-linux/
|
|
desktop/src-tauri/gen/
|
|
desktop/latest.json
|
|
fms-out/
|
|
|
|
# generated bundle inputs (recreated by scripts/prep-desktop.sh)
|
|
desktop/src-tauri/binaries/
|
|
desktop/src-tauri/resources/
|
|
|
|
# SECRETS — never commit the updater signing private key / password
|
|
desktop/.tauri-signing.key
|
|
desktop/.tauri-signing.pw
|
|
|
|
# local agent + editor + misc
|
|
.claude/
|
|
screenshots/
|
|
*.log
|
|
.DS_Store
|
|
|
|
# local airspace test data (real data is installed into X-Plane via the launcher)
|
|
airspace-data/
|