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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user