keep-network / local-setup

Allow to easily set up tBTC and Keep locally for development and test purposes.
MIT License
8 stars 16 forks source link

Add .envrc to .gitignore #58

Closed beaurancourt closed 3 years ago

beaurancourt commented 3 years ago

.envrc allows direnv to manage environment variables on a per-folder level, which is useful for managing environment variables across different repos (or different clones of the same repo).

For example, I can stick:

export GOPATH="/Users/beaushinkle/go"

in my .envrc (or whatever other environment variables specific to keep) in their relevant folders and it won't clutter my bash profile.