Add direnv
This commit is contained in:
parent
326cc61874
commit
55636839b8
2 changed files with 5 additions and 14 deletions
1
.envrc
Normal file
1
.envrc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
use flake
|
18
.gitignore
vendored
18
.gitignore
vendored
|
@ -1,14 +1,4 @@
|
||||||
# Generated by Cargo
|
/target
|
||||||
# will have compiled files and executables
|
/result
|
||||||
debug/
|
/result-lib
|
||||||
target/
|
.direnv
|
||||||
|
|
||||||
# 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
|
|
||||||
|
|
Loading…
Reference in a new issue