Skip to content

Commit 1c1aae5

Browse files
committed
fix: correct .claude directory pattern in .gitignore
The .gitignore entry was incorrectly set to "*.temp.claude/" instead of ".claude/" which prevented proper exclusion of the Claude settings directory. This fix ensures that .claude/ directory and its contents are properly ignored by version control.
1 parent ff8baf9 commit 1c1aae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ test.xml
1919

2020
# Temporary files
2121
*.tmp
22-
*.temp.claude/
22+
.claude/

0 commit comments

Comments
 (0)