Add .env.example and .envrc.example

...and .gitignore .env and .envrc so they can be easily customized if
desired
This commit is contained in:
Charlie O'Keefe 2019-03-21 14:00:08 -06:00
parent 609a08c337
commit 822b6e3d13
3 changed files with 9 additions and 0 deletions

2
.env.example Normal file
View File

@ -0,0 +1,2 @@
ZCASH_GIT_REPO_URL=https://github.com/zcash/zcash
ZCASH_VERSION=v2.0.4

5
.envrc.example Normal file
View File

@ -0,0 +1,5 @@
source_up
dotenv
export GIT_NAME=`git config user.name`
export GIT_EMAIL=`git config user.email`

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
.env
.envrc
.vagrant/*
*.swp
gitian.sigs/*