From 021152c324ca0919fe1ad59c4749b5ea6b73a120 Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Fri, 20 May 2022 18:51:19 +0200 Subject: [PATCH] ignore .env --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index b717609..511e7f6 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,5 @@ package-lock.json pnpm-lock.yaml /.routify/ + +.env \ No newline at end of file