Skip to content

Commit

Permalink
Update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Campbell committed Jul 20, 2020
1 parent 4aca7a2 commit cd83486
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
# Dependencies
/node_modules
/.pnp
.pnp.js
/api/venv

# testing
# Testing
/coverage

# production
# Productiom
/build

# misc
Expand All @@ -18,6 +19,7 @@
.env.test.local
.env.production.local

# Node package management
npm-debug.log*
yarn-debug.log*
yarn-error.log*

0 comments on commit cd83486

Please sign in to comment.