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

This commit is contained in:
David Luzar 2020-11-08 14:27:19 +01:00 committed by GitHub
parent d2a730837e
commit f90cbeb089
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
.gitignore vendored
View File

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