Преглед изворни кода

Add eslint cache ignore for node projects.

Kyle Pollock пре 8 година
родитељ
комит
88e76d3b94
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      Node.gitignore

+ 3 - 0
Node.gitignore

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