Commit 1c1aae5
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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
0 commit comments