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).
|
# Ignore all environment files (except templates).
|
||||||
/.env*
|
/.env*
|
||||||
!/.env*.erb
|
!/.env*.erb
|
||||||
|
!/.envrc
|
||||||
|
|
||||||
# Ignore all logfiles and tempfiles.
|
# Ignore all logfiles and tempfiles.
|
||||||
/log/*
|
/log/*
|
||||||
|
|||||||
Reference in New Issue
Block a user