From 16599e1d5e1fd06d5fb9775c45a3776b04b6b605 Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Sun, 21 Jul 2019 14:40:34 +0300 Subject: [PATCH] Ignore all files ending in .env from git --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7fef535b..5d0294b9 100644 --- a/.gitignore +++ b/.gitignore @@ -57,6 +57,7 @@ typings/ .yarn-integrity # dotenv environment variables file +*.env .env # windows folder options