33 lines
291 B
Plaintext
33 lines
291 B
Plaintext
# Rust
|
|
target/
|
|
Cargo.lock
|
|
|
|
# Node.js / React / Vite
|
|
node_modules/
|
|
dist/
|
|
.env
|
|
.env.local
|
|
.env.production
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Docker
|
|
.dockerignore
|
|
|
|
# Database and data (if not committed)
|
|
data/*.db
|
|
data/gallery/
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.swp |