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

View File

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