Skip to content

Commit 2046421

Browse files
committed
security: exclude sensitive files from repository
- Add CLAUDE.md to .gitignore - Add .claude/ directory to .gitignore - Prevents accidental inclusion of development configuration in future commits
1 parent 8d5fc2a commit 2046421

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ dist/
44
.temp/
55
.DS_Store
66
.env*
7+
CLAUDE.md
8+
.claude/

0 commit comments

Comments
 (0)