From 946f05d57bfb7d6a34495131e18b60ef6c799718 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Mon, 5 Jun 2023 16:45:33 -0400 Subject: [PATCH] Update to ignore all .env --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1ddee34..266ae22 100755 --- a/.gitignore +++ b/.gitignore @@ -2,8 +2,7 @@ .vscode package-lock.json .VSCodeCounter/ -env.dev -env.prod +.env* .DS_Store data/guildInfo.json data/rawstring.txt