memo-cli/.gitignore

13 lines
345 B
Text
Raw Permalink Normal View History

2022-03-13 20:11:52 +01:00
# Generated by Cargo
# will have compiled files and executables
2022-03-18 02:21:29 +01:00
**/target/
2022-03-13 20:11:52 +01:00
# 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
#CLion stuff
**/.idea/