50 lines
690 B
Plaintext
50 lines
690 B
Plaintext
# Generated by Cargo
|
|
target/
|
|
|
|
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
|
|
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
|
|
# Cargo.lock
|
|
|
|
# These are backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.deploy
|
|
|
|
# Also ignore common env variants, but keep example files tracked
|
|
.env.*
|
|
!.env.example
|
|
!.env.deploy.example
|
|
|
|
# IDE files
|
|
.idea/
|
|
.vscode/
|
|
*.iml
|
|
|
|
# macOS files
|
|
.DS_Store
|
|
|
|
# Windows files
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
Desktop.ini
|
|
|
|
# Log directories
|
|
logs/
|
|
log/
|
|
|
|
# Log files
|
|
*.log
|
|
|
|
# Editor/OS temp files
|
|
*~
|
|
*.swp
|
|
*.swo
|
|
*.tmp
|
|
*.bak
|
|
|
|
# Coverage / profiling
|
|
coverage/
|
|
*.lcov
|
|
*.profraw |