From 8c254db2ce647f37dbe76612ca6adee1dc12da20 Mon Sep 17 00:00:00 2001 From: Michael McGuinness Date: Mon, 13 Jan 2025 17:48:57 +0000 Subject: [PATCH] Merged in bugfix/postgres (pull request #18) Ignore .env * env --- .env | 1 - .gitignore | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) delete mode 100644 .env diff --git a/.env b/.env deleted file mode 100644 index a1d57bfe..00000000 --- a/.env +++ /dev/null @@ -1 +0,0 @@ -QUEUE_URL=urlurl \ No newline at end of file diff --git a/.gitignore b/.gitignore index 759b9784..c8d03913 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,9 @@ *.swp *.swo +# Environment +.env + # Output of the go coverage tool *.out out/