From 9aef21657c6493eed6a5b644056891f9f2fa1135 Mon Sep 17 00:00:00 2001 From: janic Date: Thu, 28 Jul 2022 22:58:12 +0200 Subject: [PATCH] gitignore update --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 31aa9dc..5ae7db5 100644 --- a/.gitignore +++ b/.gitignore @@ -21,4 +21,9 @@ # Go workspace file go.work -config/private \ No newline at end of file +# Ignore Private config +config/private + +# Ignore templated config +haproxy/config/haproxy.cfg +haproxy/haproxy-compose.yaml \ No newline at end of file