diff --git a/.claude/settings.local.json b/.claude/settings.local.json new file mode 100644 index 00000000..58b87749 --- /dev/null +++ b/.claude/settings.local.json @@ -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": [] + } +} \ No newline at end of file diff --git a/frontend/.claude/settings.local.json b/frontend/.claude/settings.local.json new file mode 100644 index 00000000..7eef7e72 --- /dev/null +++ b/frontend/.claude/settings.local.json @@ -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": [] + } +} \ No newline at end of file diff --git a/frontend/obsidian-plugin/.claude/settings.local.json b/frontend/obsidian-plugin/.claude/settings.local.json new file mode 100644 index 00000000..68c2c186 --- /dev/null +++ b/frontend/obsidian-plugin/.claude/settings.local.json @@ -0,0 +1,8 @@ +{ + "permissions": { + "allow": [ + "Bash(npm run test:*)" + ], + "deny": [] + } +} \ No newline at end of file diff --git a/sync-server/.claude/settings.local.json b/sync-server/.claude/settings.local.json new file mode 100644 index 00000000..225fe664 --- /dev/null +++ b/sync-server/.claude/settings.local.json @@ -0,0 +1,9 @@ +{ + "permissions": { + "allow": [ + "Bash(cargo check:*)", + "Bash(rustup:*)" + ], + "deny": [] + } +} \ No newline at end of file diff --git a/sync-server/.env b/sync-server/.env deleted file mode 100644 index b47c1b5c..00000000 --- a/sync-server/.env +++ /dev/null @@ -1 +0,0 @@ -DATABASE_URL=sqlite://db.sqlite3