26 lines
425 B
Plaintext
26 lines
425 B
Plaintext
# Generated by Cargo
|
|
/target/
|
|
**/*.rs.bk
|
|
|
|
# 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
|
|
|
|
# IDE specific files
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Config files that might contain sensitive information
|
|
config.toml
|
|
config.json
|
|
|
|
# macOS specific
|
|
.DS_Store
|
|
|
|
# Backup files
|
|
*.bak
|
|
*.backup
|
|
*~
|