Browse Source

add eslintcache to gitignore

dzhelezov 4 years ago
parent
commit
1b1def7ae3
1 changed files with 4 additions and 1 deletions
  1. 4 1
      .gitignore

+ 4 - 1
.gitignore

@@ -24,4 +24,7 @@ yarn*
 .vscode
 
 # Warthog codegen
-**/generated/
+**/generated/
+
+# eslint cache
+**/.eslintcache