mirror of
https://github.com/Traceworks2023/nxtgauge-backend-rust.git
synced 2026-06-11 05:32:10 +00:00
20 lines
180 B
Text
20 lines
180 B
Text
# Environment variables — NEVER commit
|
|
.env
|
|
.env.local
|
|
.env.production
|
|
|
|
# Rust build artifacts
|
|
/target
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|