소스 검색

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