From 55636839b88d0a0a1769ab24174f368d7544fc7f Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Mon, 11 Mar 2024 19:41:19 +0100 Subject: [PATCH] Add direnv --- .envrc | 1 + .gitignore | 18 ++++-------------- 2 files changed, 5 insertions(+), 14 deletions(-) create mode 100644 .envrc diff --git a/.envrc b/.envrc new file mode 100644 index 0000000..3550a30 --- /dev/null +++ b/.envrc @@ -0,0 +1 @@ +use flake diff --git a/.gitignore b/.gitignore index 6985cf1..e049ed5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,4 @@ -# Generated by Cargo -# will have compiled files and executables -debug/ -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 - -# MSVC Windows builds of rustc generate these, which store debugging information -*.pdb +/target +/result +/result-lib +.direnv