Skip to content

Commit

Permalink
Chore: add gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
DonutEspresso committed Sep 8, 2017
1 parent 4f41574 commit 5b30220
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

/node_modules/
npm-debug.log

# VIM viles #
#############
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
*.un~
Session.vim
.netrwhist
*~

# Unit Test Coverage #
######################
coverage/

0 comments on commit 5b30220

Please sign in to comment.