51 lines
466 B
Plaintext
Executable File
51 lines
466 B
Plaintext
Executable File
# Rust
|
|
target/
|
|
Cargo.lock
|
|
**/*.rs.bk
|
|
*.pdb
|
|
|
|
# Node.js
|
|
frontend/node_modules/
|
|
frontend/dist/
|
|
frontend/.env
|
|
frontend/.env.local
|
|
frontend/.env.production
|
|
|
|
# Docker
|
|
*.log
|
|
logs/
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.production
|
|
.env.example.*
|
|
|
|
# PostgreSQL
|
|
*.db
|
|
*.sqlite
|
|
|
|
# SSL Certificates
|
|
nginx/ssl/cert.pem
|
|
nginx/ssl/key.pem
|
|
nginx/ssl/*.pem
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Backup files
|
|
*.backup
|
|
*.bak
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/
|
|
*.tmp |