Compare commits
2 commits
main
...
asch/local
| Author | SHA1 | Date | |
|---|---|---|---|
| 352c71af65 | |||
| 0c42c23669 |
5 changed files with 50 additions and 1 deletions
20
.claude/settings.local.json
Normal file
20
.claude/settings.local.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(find:*)",
|
||||
"Bash(npm run test:*)",
|
||||
"Bash(npm test)",
|
||||
"Bash(cargo:*)",
|
||||
"Bash(grep:*)",
|
||||
"Bash(npm test:*)",
|
||||
"Bash(npm run lint)",
|
||||
"Bash(docker build:*)",
|
||||
"Bash(docker image:*)",
|
||||
"Bash(timeout 120 docker buildx build --platform linux/arm64 -t vault-link-arm64-test . --load)",
|
||||
"Bash(docker run:*)",
|
||||
"Bash(./scripts/build-sync-server-binaries.sh:*)",
|
||||
"Bash(npm install:*)"
|
||||
],
|
||||
"deny": []
|
||||
}
|
||||
}
|
||||
13
frontend/.claude/settings.local.json
Normal file
13
frontend/.claude/settings.local.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(npm test:*)",
|
||||
"Bash(npm ls:*)",
|
||||
"Bash(find:*)",
|
||||
"Bash(grep -n \"isBinary\" ../node_modules/reconcile-text/dist/reconcile.node.js)",
|
||||
"Read(/home/andras/projects/obsidian-shared-sync/sync-server/**)",
|
||||
"Read(/mnt/wsl/PHYSICALDRIVE1/projects/obsidian-shared-sync/sync-server/**)"
|
||||
],
|
||||
"deny": []
|
||||
}
|
||||
}
|
||||
8
frontend/obsidian-plugin/.claude/settings.local.json
Normal file
8
frontend/obsidian-plugin/.claude/settings.local.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(npm run test:*)"
|
||||
],
|
||||
"deny": []
|
||||
}
|
||||
}
|
||||
9
sync-server/.claude/settings.local.json
Normal file
9
sync-server/.claude/settings.local.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(cargo check:*)",
|
||||
"Bash(rustup:*)"
|
||||
],
|
||||
"deny": []
|
||||
}
|
||||
}
|
||||
|
|
@ -1 +0,0 @@
|
|||
DATABASE_URL=sqlite://db.sqlite3
|
||||
Loading…
Add table
Add a link
Reference in a new issue