Files
OSIT-AE-App-Native-Electron/.gitignore
Scott Idem 0ebfcd18bb chore: ignore builds/ directory and seed config files
builds/ contains large compiled .app bundles (500MB+) not suitable for git.
seed_config.json contains API keys and must not be committed.
2026-04-20 14:24:06 -04:00

30 lines
343 B
Plaintext

/node_modules/
/public/build/
.DS_Store
# Added by Scott Idem
# https://github.com/github/gitignore
*.sock
*.csv
*.xlsx
# *.pdf
*.cfg
*.ini
*.bak
*.pid
*.kate-swp
*.log.*
.directory
backups/
tmp/
temp/
development/
# .vscode
# *.code-workspace
file_cache/
aether_native_app_config.json
# package-lock.json
builds/
resources/seed_config.json