diff --git a/.claude/settings.local.json b/.claude/settings.local.json deleted file mode 100644 index 0a4f452..0000000 --- a/.claude/settings.local.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "permissions": { - "allow": [ - "Bash(find /c/pWork/ioBroker.hass -name *.ts -o -name src/**/*)", - "Bash(grep -E '^\\\\./\\(src/|[^/]+\\\\.\\(json|ts|js\\)$\\)')", - "Bash(find C:/pWork/ioBroker.ping/test -type f -name *.ts -o -name *.js)", - "Bash(npm install:*)", - "Bash(npm run:*)", - "Bash(rm main.js)", - "Bash(rm lib/hass.js)", - "Bash(rmdir lib:*)", - "Bash(npx mocha:*)" - ] - } -} diff --git a/.gitignore b/.gitignore index 3c8dcf4..80e98bf 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ build admin/i18n/flat.txt admin/i18n/*/flat.txt iob_npm.done -package-lock.json \ No newline at end of file +package-lock.json +.claude/settings.local.json \ No newline at end of file