learn_orm_word/.gitignore

30 lines
541 B
Plaintext
Raw Permalink Normal View History

2024-07-19 16:14:20 +00:00
# ---> Rust
# Generated by Cargo
# will have compiled files and executables
debug/
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
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
2024-07-20 15:27:20 +00:00
/.vs
2024-07-19 16:14:20 +00:00
2024-07-19 16:17:57 +00:00
# Added by cargo
/target
test.db
2024-07-21 15:44:40 +00:00
test.db-journal
2024-07-21 16:49:20 +00:00
perf.data
2024-07-22 04:05:55 +00:00
setings.json
2024-07-22 04:32:45 +00:00
settings.json
2024-07-22 10:39:44 +00:00
words.db
.gitignore