29 lines
206 B
Plaintext
29 lines
206 B
Plaintext
# .claudeignore
|
|
node_modules/
|
|
target/
|
|
coverage/
|
|
storage/
|
|
|
|
# Secrets
|
|
.env
|
|
.env.local
|
|
.env.production
|
|
.jwt_secret
|
|
*.pem
|
|
*.key
|
|
secrets.json
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
|
|
# scm
|
|
.git/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|