chore(claude): add frontend part to CLAUDE.md + .claudeignore for security

This commit is contained in:
Edouard Vanbelle
2026-04-08 14:48:04 +02:00
parent d4da43ebe0
commit 4fbb8883af
3 changed files with 92 additions and 4 deletions
+28
View File
@@ -0,0 +1,28 @@
# .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