gitignore: searches all directories for .direnv and other dumb files
This commit is contained in:
parent
1e373bd299
commit
0ef3e57b21
8 changed files with 3 additions and 2013 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -1,5 +1,5 @@
|
||||||
# ---> Nix
|
# ---> Nix
|
||||||
# Ignore build outputs from performing a nix-build or `nix build` command
|
# Ignore build outputs from performing a nix-build or `nix build` command
|
||||||
result
|
**/result
|
||||||
result-*
|
**/result-*
|
||||||
|
**/.direnv
|
||||||
|
|
|
@ -1,19 +0,0 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
set -e
|
|
||||||
if [[ ! -d "/home/amadal/Templates/templates/docs" ]]; then
|
|
||||||
echo "Cannot find source directory; Did you move it?"
|
|
||||||
echo "(Looking for "/home/amadal/Templates/templates/docs")"
|
|
||||||
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/amadal/Templates/templates/docs" true
|
|
||||||
|
|
||||||
# Update the mtime for .envrc.
|
|
||||||
# This will cause direnv to reload again - but without re-building.
|
|
||||||
touch "/home/amadal/Templates/templates/docs/.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/amadal/Templates/templates/docs/.envrc" "/home/amadal/Templates/templates/docs/.direnv"/*.rc
|
|
|
@ -1 +0,0 @@
|
||||||
/nix/store/52bigbj1vfhdkwzqg0yrh3fdawz0pflj-source
|
|
|
@ -1 +0,0 @@
|
||||||
/nix/store/7yv4gv5k7jcbnqbf16869gp7l89ri3d0-source
|
|
|
@ -1 +0,0 @@
|
||||||
/nix/store/ia1zpg1s63v6b3vin3n7bxxjgcs51s2r-source
|
|
|
@ -1 +0,0 @@
|
||||||
/nix/store/sfycwi72zfjsspidinx56ajaiffpyh17-source
|
|
|
@ -1 +0,0 @@
|
||||||
/nix/store/rfrg66910v5nz44qfdnn6idip75amv12-work-world-env
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue