Skip to content

Commit f03d30d

Browse files
committed
chore: ignore .claude, .claudefesii, .snapshots in .gitignore
Made-with: Cursor
1 parent 4622c5e commit f03d30d

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.claude/settings.local.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"permissions": {
33
"allow": [
4-
"Bash(git add:*)"
4+
"Bash(git add:*)",
5+
"Bash(gh pr list:*)",
6+
"Bash(gh auth:*)"
57
]
68
}
79
}

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,8 @@ dist-ssr
2222
*.njsproj
2323
*.sln
2424
*.sw?
25+
26+
# AI / tooling (do not track)
27+
.claude/
28+
.claudefesii/
29+
.snapshots/

0 commit comments

Comments
 (0)