Merge pull request #2074 from shtr0m/master

Add eslint cache ignore for node projects.
This commit is contained in:
Brendan Forster 2016-08-22 08:43:54 +10:00 committed by GitHub
commit 300b0540c3
1 changed files with 3 additions and 0 deletions

View File

@ -34,5 +34,8 @@ jspm_packages
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Optional REPL history
.node_repl_history