Sousa/.gitignore

22 lines
418 B
Text
Raw Permalink Normal View History

2022-12-10 22:07:31 -08:00
# Generated by direnv and nix-shell
.direnv/*
2022-12-10 22:07:31 -08:00
2022-12-12 18:12:13 -08:00
# vim temp file
*.swp
2022-12-09 12:58:21 -08: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
2022-12-09 13:34:45 -08:00
# Added by cargo
/target