a673352db6
Keep PRODUCTION_NOTES.md and DESIGN_NOTES.md locally but exclude from version control. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
28 lines
320 B
Plaintext
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
|