Browse Source

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

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

5
.gitignore vendored

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

Loading…
Cancel
Save