fix gitignore

This commit is contained in:
Youwen Wu 2024-09-02 13:23:49 -07:00
parent 5d78fd6eca
commit 8783ab05e3
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
10 changed files with 1 additions and 2050 deletions

View file

@ -1,19 +0,0 @@
#!/usr/bin/env bash
set -e
if [[ ! -d "/home/youwen/Source/active/minigrep" ]]; then
echo "Cannot find source directory; Did you move it?"
echo "(Looking for "/home/youwen/Source/active/minigrep")"
echo 'Cannot force reload with this script - use "direnv reload" manually and then try again'
exit 1
fi
# rebuild the cache forcefully
_nix_direnv_force_reload=1 direnv exec "/home/youwen/Source/active/minigrep" true
# Update the mtime for .envrc.
# This will cause direnv to reload again - but without re-building.
touch "/home/youwen/Source/active/minigrep/.envrc"
# Also update the timestamp of whatever profile_rc we have.
# This makes sure that we know we are up to date.
touch -r "/home/youwen/Source/active/minigrep/.envrc" "/home/youwen/Source/active/minigrep/.direnv"/*.rc

View file

@ -1 +0,0 @@
/nix/store/0zm67d16ijif01c3fzcng4lhazz3b08i-source

View file

@ -1 +0,0 @@
/nix/store/byd6aqsq9m8kk6wwvz3dgdd1114bqmbb-source

View file

@ -1 +0,0 @@
/nix/store/na7sykizsgkzh9i3wc8m8pz5xfqib2rv-source

View file

@ -1 +0,0 @@
/nix/store/sfycwi72zfjsspidinx56ajaiffpyh17-source

View file

@ -1 +0,0 @@
/nix/store/v9dvfkr6rpl1dh02b4lyjx0gzwkiwvk3-source

View file

@ -1 +0,0 @@
/nix/store/yj1wxm9hh8610iyzqnz75kvs6xl8j3my-source

View file

@ -1 +0,0 @@
/nix/store/hg9ymxmrlw6csbbppwhbr552icsy375x-nix-shell-env

1
.gitignore vendored
View file

@ -1 +1,2 @@
/target
.direnv/