add claude specific configuration and instruction

This commit is contained in:
2026-03-31 12:28:50 +02:00
parent 27de32ce9f
commit 49c2e0668d
5 changed files with 70 additions and 0 deletions

27
.claudeignore Normal file
View File

@@ -0,0 +1,27 @@
# Dependencies
node_modules/
# Build output
dist/
# Test coverage
coverage/
# Lock files
*.lock
pnpm-lock.yaml
# Caches
.eslintcache
# Temporary
tmp/
# IDE
.idea/
.vscode/
*.swp
# OS
.DS_Store
Thumbs.db