Skip to content

Commit

Permalink
update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
doowb committed Sep 17, 2017
1 parent 894b0de commit 7c3a5ea
Showing 1 changed file with 28 additions and 2 deletions.
30 changes: 28 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,30 @@
.DS_Store
node_modules
# always ignore files
*.DS_Store
*.sublime-*
.idea
*.sock

# test related, or directories generated by tests
test/actual
actual
coverage
.nyc*

# npm
node_modules
npm-debug.log

# yarn
yarn.lock
yarn-error.log

# misc
_gh_pages
_draft
_drafts
bower_components
vendor
temp
tmp
TODO.md
package-lock.json

0 comments on commit 7c3a5ea

Please sign in to comment.