Commit envrc
This commit is contained in:
4
.envrc
Normal file
4
.envrc
Normal file
@@ -0,0 +1,4 @@
|
||||
eval $(guix shell --search-paths)
|
||||
export GEM_HOME=$PWD/.gems
|
||||
export GEM_PATH=$GEM_HOME/gems
|
||||
export PATH=$GEM_HOME/bin:$PATH
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -10,6 +10,7 @@
|
||||
# Ignore all environment files (except templates).
|
||||
/.env*
|
||||
!/.env*.erb
|
||||
!/.envrc
|
||||
|
||||
# Ignore all logfiles and tempfiles.
|
||||
/log/*
|
||||
|
||||
Reference in New Issue
Block a user