55 lines
538 B
Plaintext
55 lines
538 B
Plaintext
# Cursor ignore file
|
|
# Exclude sensitive and generated files
|
|
|
|
# Environment files
|
|
.env
|
|
.env.*
|
|
!*.env.example
|
|
|
|
.cargo/
|
|
Cargo.lock
|
|
*/.cargo/
|
|
*/Cargo.lock
|
|
# 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
|