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
6565a33c8b
commit
55e4279b89
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