Bläddra i källkod

Merge pull request #2074 from shtr0m/master

Add eslint cache ignore for node projects.
Brendan Forster 8 år sedan
förälder
incheckning
300b0540c3
1 ändrade filer med 3 tillägg och 0 borttagningar
  1. 3 0
      Node.gitignore

+ 3 - 0
Node.gitignore

@@ -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