lecoffre_node/.cursorignore

52 lines
497 B
Plaintext

# Cursor ignore file
# Exclude sensitive and generated files
# Environment files
.env
.env.*
!*.env.example
# Logs
log/
logs/
*.log
# Node modules and build artifacts
node_modules/
.next/
dist/
build/
coverage/
# OS files
.DS_Store
Thumbs.db
# IDE files
.vscode/
.idea/
*.swp
*.swo
# Temporary files
*.tmp
*.temp
*.bak
*.backup
# Sensitive files
*.key
*.pem
*.p12
*.jks
priv_key.json
# Docker volumes
volumes/
# Backup configurations
conf/nginx/*bak*
conf/nginx/*.tmp
conf/nginx/*.clean