RustySamovar/.gitignore

27 lines
439 B
Plaintext
Raw Normal View History

2021-09-24 19:32:31 +00:00
# Generated by Cargo
# will have compiled files and executables
/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
2021-09-24 19:37:52 +00:00
# keys
/keys/
2021-10-02 19:18:53 +00:00
# Vim temp files
.*.swp
.*.swo
2022-01-26 16:43:50 +00:00
# Sigh...
/.idea/
# Local database
database.db3*
2022-02-02 15:42:41 +00:00
# Data files
/data/