mirror of
https://github.com/photoprism/photoprism.git
synced 2026-07-17 16:49:04 +00:00
Claude: Add project settings.json with shared team defaults
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
85ca9dfb19
commit
55edaeae57
2 changed files with 14 additions and 1 deletions
3
.claude/.gitignore
vendored
3
.claude/.gitignore
vendored
|
|
@ -2,4 +2,5 @@
|
|||
!.gitignore
|
||||
!CLAUDE.md
|
||||
!rules
|
||||
!rules/*.md
|
||||
!rules/*.md
|
||||
!settings.json
|
||||
12
.claude/settings.json
Normal file
12
.claude/settings.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"permissions": {
|
||||
"additionalDirectories": ["/go", "/tmp", "/home"],
|
||||
"allow": [
|
||||
"Bash(make:*)",
|
||||
"Bash(go:*)",
|
||||
"Bash(npx --yes markdown-table-formatter:*)",
|
||||
"WebSearch"
|
||||
]
|
||||
},
|
||||
"awaySummaryEnabled": false
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue