Skip to content

Commit

Permalink
Adds some config files
Browse files Browse the repository at this point in the history
  • Loading branch information
radiospiel committed May 3, 2018
1 parent aee78bf commit fb5044b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# A direnv config file: https://github.com/direnv/direnv

if [ "$(type -t direnv_load)" = 'function' ]; then
# Whatever you want only direnv to execute
PATH_add bin
fi

1 change: 1 addition & 0 deletions .tm_properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
excludeDirectories = "{coverage,log,vendor,arena,}"

0 comments on commit fb5044b

Please sign in to comment.