stoptime-rs/.gitignore

9 lines
107 B
Text

# Ignore Rust stuff
/target
**/*.rs.bk
# Ignore database
/db/*.db
# Ignore dotenv environment file
/.env