chore: add plan.md and CLAUDE.md to gitignore
Prevent planning and instruction files from being committed to the repository. These files are for development workflow only and should not be tracked.
This commit is contained in:
parent
4b90be7beb
commit
0c0d929174
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -46,6 +46,10 @@ tmp/
|
|||
temp/
|
||||
*.tmp
|
||||
|
||||
# Planning and instruction files
|
||||
plan.md
|
||||
CLAUDE.md
|
||||
|
||||
# Package files
|
||||
*.tgz
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue