summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2020-10-08 21:50:46 +0200
committeremkael <emkael@tlen.pl>2020-10-08 21:50:46 +0200
commit0f5806ea1a1b5863a85bdd07c36f4d4811e76bfa (patch)
tree235a4c22caa33bc7b60e8128d777b531d26ff2c3
parentd4053d727cd3881b989018c56b8f71e189294c7d (diff)
Configuration options (with secrets)
-rw-r--r--.envrcbin0 -> 287 bytes
-rw-r--r--.gitattributes2
-rw-r--r--.htpasswdbin0 -> 76 bytes
3 files changed, 2 insertions, 0 deletions
diff --git a/.envrc b/.envrc
new file mode 100644
index 0000000..5234f06
--- /dev/null
+++ b/.envrc
Binary files differ
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..e053f5a
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,2 @@
+.envrc filter=git-crypt diff=git-crypt
+.htpasswd filter=git-crypt diff=git-crypt
diff --git a/.htpasswd b/.htpasswd
new file mode 100644
index 0000000..82a9224
--- /dev/null
+++ b/.htpasswd
Binary files differ