homesync/.gitignore

20 lines
283 B
Plaintext
Raw Normal View History

2021-12-28 22:06:17 +00:00
# direnv
*.sw?
.direnv
.gopath
/direnv
/direnv.test
/dist
/test/config
/test/data
/test/scenarios/inherited/.envrc
# Rust
**/*.rs.bk
*.pdb
debug/
target/
# Creating an executable. Leave the lock here:
# https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock