add claude specific configuration and instruction
This commit is contained in:
27
.claudeignore
Normal file
27
.claudeignore
Normal 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
|
||||
Reference in New Issue
Block a user