From 95444956d410b220bda4196f689a48fdc12039a5 Mon Sep 17 00:00:00 2001 From: Kajetan Date: Thu, 9 Nov 2023 19:53:15 +0100 Subject: [PATCH] Fix gitignore --- .gitignore | 1 + tests/configs/.env.test | 1 + 2 files changed, 2 insertions(+) create mode 100644 tests/configs/.env.test diff --git a/.gitignore b/.gitignore index 8c33cbb..88aadfc 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ # Test binary, built with `go test -c` *.test +!.env.test # Output of the go coverage tool, specifically when used with LiteIDE *.out diff --git a/tests/configs/.env.test b/tests/configs/.env.test new file mode 100644 index 0000000..75d5f8a --- /dev/null +++ b/tests/configs/.env.test @@ -0,0 +1 @@ +LOGS_LEVEL=info \ No newline at end of file