mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-04-25 06:35:32 +00:00
chore(dev): add claude settings
This commit is contained in:
27
.claude/settings.json
Normal file
27
.claude/settings.json
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
{
|
||||||
|
"permissions": {
|
||||||
|
"allow": [
|
||||||
|
"Bash(echo:*)",
|
||||||
|
"Bash(gh issue view:*)",
|
||||||
|
"Bash(gh pr diff:*)",
|
||||||
|
"Bash(gh pr view:*)",
|
||||||
|
"Bash(gh run list:*)",
|
||||||
|
"Bash(gh run view:*)",
|
||||||
|
"Bash(gh run watch:*)",
|
||||||
|
"Bash(git log:*)",
|
||||||
|
"Bash(go test:*)",
|
||||||
|
"Bash(mage -l:*)",
|
||||||
|
"Bash(mage lint:*)",
|
||||||
|
"Bash(mage lint:fix:*)",
|
||||||
|
"Bash(mage test)",
|
||||||
|
"Bash(mage test:all:*)",
|
||||||
|
"Bash(mage test:feature:*)",
|
||||||
|
"Bash(mage test:filter:*)",
|
||||||
|
"Bash(pnpm lint:*)",
|
||||||
|
"Bash(pnpm lint:fix:*)",
|
||||||
|
"Bash(pnpm test:e2e:*)"
|
||||||
|
],
|
||||||
|
"deny": [],
|
||||||
|
"ask": []
|
||||||
|
}
|
||||||
|
}
|
||||||
2
.gitignore
vendored
2
.gitignore
vendored
@@ -43,7 +43,7 @@ devenv.local.nix
|
|||||||
.pre-commit-config.yaml
|
.pre-commit-config.yaml
|
||||||
|
|
||||||
# AI Tools
|
# AI Tools
|
||||||
/.claude/
|
/.claude/settings.local.json
|
||||||
PLAN.md
|
PLAN.md
|
||||||
/.crush/
|
/.crush/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user