1
0
mirror of https://github.com/github/gitignore synced 2024-05-29 08:48:18 +02:00

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

View File

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