From d82c06f4b64046f96606caf28929c77f5390cf51 Mon Sep 17 00:00:00 2001 From: Kevin Jahns Date: Mon, 17 Jun 2024 16:20:47 +0200 Subject: [PATCH] add .env.save to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c0ffaff..6228091 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ dist node_modules tmp .env +.env.save* .env.backup* .DS_Store .vscode