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

pull/2363/head
David Luzar 4 years ago committed by GitHub
parent d2a730837e
commit f90cbeb089
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
.gitignore vendored

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

Loading…
Cancel
Save