From 684653e6937f4788188b46f0d5c71d19abdae528 Mon Sep 17 00:00:00 2001 From: "Andrew Brown (drusepth)" Date: Mon, 20 Jan 2025 03:28:44 +0000 Subject: [PATCH] don't check in .env --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e18013b6..9ed66fe2 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,7 @@ storage/* # Super-secret stuff set_aws_credentials.sh +.env # Ignore map images uploaded to Locations /locations @@ -39,3 +40,4 @@ node_modules /yarn-error.log yarn-debug.log* .yarn-integrity +