Skip to content

Commit

Permalink
Add .env to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
lukePeavey committed Jun 19, 2019
1 parent 17766d1 commit 5ba943e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,22 @@
# testing
/coverage

.eslintcache

docs/
private/

# misc
.DS_Store
.eslintcache

# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
yarn.lock

# yarn/npm
npm-debug.log*
yarn-debug.log*
yarn-error.log*
yarn.lock

0 comments on commit 5ba943e

Please sign in to comment.