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>
This commit is contained in:
2026-03-09 21:01:25 -04:00
parent a08b5671ad
commit a673352db6
+4
View File
@@ -21,3 +21,7 @@ Thumbs.db
# Local config (not for version control) # Local config (not for version control)
*.cfg *.cfg
!project.godot !project.godot
# Local notes (kept locally, not tracked)
PRODUCTION_NOTES.md
DESIGN_NOTES.md