From 88e76d3b9462ad529448cc784bbf1340da9aece5 Mon Sep 17 00:00:00 2001 From: Kyle Pollock Date: Fri, 19 Aug 2016 09:45:28 -0500 Subject: [PATCH] Add eslint cache ignore for node projects. --- Node.gitignore | 3 +++ 1 file changed, 3 insertions(+) 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