.envrc: Replace .envrc with .envrc.sample
The `.envrc` file acts as a personal setup file, and should not be checked in.
The team provides `.envrc.sample` where contributors can choose to:
echo 'source_env .envrc.sample' >> .envrc
To bootstrap their own `.envrc` file.
This commit is contained in:
parent
bdd991a5f1
commit
8af0b623fe
|
|
@ -0,0 +1,5 @@
|
||||||
|
# Developers that want to use this can add 'source_env .envrc.sample' in their .envrc
|
||||||
|
if has nix; then
|
||||||
|
watch_file rust-toolchain.toml
|
||||||
|
use flake
|
||||||
|
fi
|
||||||
|
|
@ -3,5 +3,6 @@
|
||||||
/build/artifacts
|
/build/artifacts
|
||||||
/build/*.tar.gz
|
/build/*.tar.gz
|
||||||
/.pre-commit-config.yaml
|
/.pre-commit-config.yaml
|
||||||
|
/.envrc
|
||||||
/.direnv/
|
/.direnv/
|
||||||
/result
|
/result
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue