1
0
mirror of https://github.com/github/gitignore synced 2024-06-08 05:37:57 +02:00

Add eslint cache ignore for node projects.

This commit is contained in:
Kyle Pollock 2016-08-19 09:45:28 -05:00
parent ef8772f134
commit 88e76d3b94

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