Parcourir la source

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

David Luzar il y a 4 ans
Parent
commit
f90cbeb089
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  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