From 1ebbf6a16d3c39ac97c946d8962cf97f83af6543 Mon Sep 17 00:00:00 2001 From: eno Date: Thu, 3 May 2018 19:42:20 +0200 Subject: [PATCH] Adds some config files --- .envrc | 7 +++++++ .tm_properties | 1 + 2 files changed, 8 insertions(+) create mode 100644 .envrc create mode 100644 .tm_properties 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,}"