From de01a7ec85d23894209a9b5d8852d965c52dd599 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filiph=20Siitam=20Sandstr=C3=B6m?= Date: Mon, 23 Oct 2023 03:41:40 +0200 Subject: [PATCH] Meta: Remove `.env`. I have also changed the password for the monogdb user after that blunder obvs. --- .env | 1 - .gitignore | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 .env diff --git a/.env b/.env deleted file mode 100644 index 19298398..00000000 --- a/.env +++ /dev/null @@ -1 +0,0 @@ -MONGODB_URI= diff --git a/.gitignore b/.gitignore index 504939df..dab380e6 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ public/robots.txt* # production build/ .env.local +.env # misc .DS_Store