Parcourir la source

Add coverage dir to gitignore

Andrew Swistak il y a 6 ans
Parent
commit
339a5756c1
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      .gitignore

+ 3 - 0
.gitignore

@@ -39,3 +39,6 @@
 /node_modules
 yarn-debug.log*
 .yarn-integrity
+
+# generated by yarn run coverage
+coverage