diff --git a/.envrc b/.envrc new file mode 100644 index 0000000..6c4af1f --- /dev/null +++ b/.envrc @@ -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 + diff --git a/.tm_properties b/.tm_properties new file mode 100644 index 0000000..cbd3fa3 --- /dev/null +++ b/.tm_properties @@ -0,0 +1 @@ +excludeDirectories = "{coverage,log,vendor,arena,}"