summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.env.template2
-rw-r--r--.envrc1
-rw-r--r--.gitignore1
3 files changed, 3 insertions, 1 deletions
diff --git a/.env.template b/.env.template
index fd01124..e9873e4 100644
--- a/.env.template
+++ b/.env.template
@@ -1,5 +1,7 @@
# shellcheck shell=sh
# shellcheck disable=SC2034
+
+
#
# these are used with terranix
#
diff --git a/.envrc b/.envrc
index 5704f11..8adac03 100644
--- a/.envrc
+++ b/.envrc
@@ -1,4 +1,5 @@
if has nix_direnv_version; then
use flake
fi
+
dotenv_if_exists
diff --git a/.gitignore b/.gitignore
index 1f320e3..237789c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,7 +3,6 @@ result*
repl-result-out*
# dev shell
-.pre-commit-config.yaml
.direnv/
.env*
!.envrc