Files
Station-0/.gitignore
T
mmcghen a673352db6 Add local notes files to .gitignore
Keep PRODUCTION_NOTES.md and DESIGN_NOTES.md locally but exclude from version control.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-09 21:01:25 -04:00

28 lines
320 B
Plaintext

# Godot 4 — standard ignores
.godot/
*.uid
# Export / build output
exports/
*.exe
*.x86_64
*.dmg
*.app
# OS junk
.DS_Store
Thumbs.db
# Editor metadata
.vscode/
*.suo
*.user
# Local config (not for version control)
*.cfg
!project.godot
# Local notes (kept locally, not tracked)
PRODUCTION_NOTES.md
DESIGN_NOTES.md