From: Kyle Pollock Date: Fri, 19 Aug 2016 14:45:28 +0000 (-0500) Subject: Add eslint cache ignore for node projects. X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=88e76d3b9462ad529448cc784bbf1340da9aece5;p=gitignore.git Add eslint cache ignore for node projects. --- diff --git a/Node.gitignore b/Node.gitignore index aea5294d..bf7525f9 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -34,5 +34,8 @@ jspm_packages # Optional npm cache directory .npm +# Optional eslint cache +.eslintcache + # Optional REPL history .node_repl_history