浏览代码

Merge pull request #2074 from shtr0m/master

Add eslint cache ignore for node projects.
Brendan Forster 8 年之前
父节点
当前提交
300b0540c3
共有 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