2021-12-28 22:06:17 +00:00
|
|
|
# direnv
|
|
|
|
*.sw?
|
|
|
|
.direnv
|
|
|
|
.gopath
|
|
|
|
/direnv
|
|
|
|
/direnv.test
|
|
|
|
/dist
|
|
|
|
/test/config
|
|
|
|
/test/data
|
|
|
|
/test/scenarios/inherited/.envrc
|
|
|
|
|
2022-01-09 15:00:43 +00:00
|
|
|
# nix
|
|
|
|
result
|
|
|
|
result-bin/
|
|
|
|
|
|
|
|
# rust
|
2021-12-28 22:06:17 +00:00
|
|
|
**/*.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
|