]> source.dussan.org Git - gitignore.git/commitdiff
Add eslint cache ignore for node projects. 2074/head
authorKyle Pollock <kyle.pollock7@gmail.com>
Fri, 19 Aug 2016 14:45:28 +0000 (09:45 -0500)
committerKyle Pollock <kyle.pollock7@gmail.com>
Fri, 19 Aug 2016 14:46:09 +0000 (09:46 -0500)
Node.gitignore

index aea5294de9dca6cd0f3edbaab53aab540c7020ca..bf7525f991213f3fa92266d13c849a5d2717bc94 100644 (file)
@@ -34,5 +34,8 @@ jspm_packages
 # Optional npm cache directory
 .npm
 
+# Optional eslint cache
+.eslintcache
+
 # Optional REPL history
 .node_repl_history