From 5d4f177c6bfdffe4754fd05f38f6b01704c9b97e Mon Sep 17 00:00:00 2001 From: zware Date: Thu, 25 Aug 2022 18:22:47 -0500 Subject: [PATCH] Add .gitignore add the ignore file to ignore the envfile need to come up with a better way to deploy secrets in homelab --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d554f94 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +environment