Skip to content

Commit

Permalink
chore(gitignore): update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Sep 21, 2016
1 parent 83011b1 commit 7f09f8f
Showing 1 changed file with 23 additions and 4 deletions.
27 changes: 23 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# .gitignore <https://github.com/tunnckoCore/dotfiles>

# Always-ignore dirs #
# ####################
_gh_pages
node_modules
jspm_packages
bower_components
components
vendor
build
dest
dist
src
lib-cov
coverage
Expand All @@ -32,6 +30,7 @@ is-async-function

# OS, Logs and databases #
# #########################
logs
*.pid
*.dat
*.log
Expand All @@ -50,4 +49,24 @@ Desktop.ini
npm-debug.log
.directory
._*
lcov.info
lcov.info

# Runtime data
pids
*.pid
*.seed
*.pid.lock


# nyc test coverage
.nyc_output

# Grunt intermediate storage
# see here: http://gruntjs.com/creating-plugins#storing-task-files
.grunt

# Optional npm cache directory
.npm

# Optional REPL history
.node_repl_history

0 comments on commit 7f09f8f

Please sign in to comment.