Skip to content

Commit bc68828

Browse files
committed
chore: setup .claude/ directory with settings and skills
1 parent f1c7bba commit bc68828

3 files changed

Lines changed: 14 additions & 1 deletion

File tree

.claude/settings.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(git status)",
5+
"Bash(git log*)",
6+
"Bash(git diff*)",
7+
"Bash(git branch*)",
8+
"Bash(git remote -v)",
9+
"Bash(pre-commit run*)"
10+
]
11+
}
12+
}
File renamed without changes.

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ coverage.xml
6161
# IDE / Editor
6262
.idea/
6363
.vscode/
64-
.claude/
64+
.claude/projects/
65+
.claude/credentials/
6566
*.swp
6667
*.swo
6768
*~

0 commit comments

Comments
 (0)