Browse Source

add `.env.local` to `.gitignore` (#2357)

David Luzar 4 years ago
parent
commit
f90cbeb089
1 changed files with 5 additions and 0 deletions
  1. 5 0
      .gitignore

+ 5 - 0
.gitignore

@@ -16,3 +16,8 @@ yarn.lock
 dist/
 .eslintcache
 *.tgz
+
+.env.local
+.env.development.local
+.env.test.local
+.env.production.local