From 52d58dd7f180354cf70bc2a052ea8a631c694703 Mon Sep 17 00:00:00 2001 From: Indiekit Server Date: Sat, 7 Mar 2026 15:25:08 +0100 Subject: [PATCH] Remove .env and add to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..4c49bd78 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.env