Selaa lähdekoodia

chore: add prefix "**" to paths in .solhintignore

chore: reorder paths in ignore files
Paul Razvan Berg 3 vuotta sitten
vanhempi
commit
e1a2242816
3 muutettua tiedostoa jossa 8 lisäystä ja 2 poistoa
  1. 3 0
      .eslintignore
  2. 3 0
      .prettierignore
  3. 2 2
      .solhintignore

+ 3 - 0
.eslintignore

@@ -1,5 +1,8 @@
 # directories
 .yarn/
+**/.coverage_artifacts
+**/.coverage_cache
+**/.coverage_contracts
 **/artifacts
 **/build
 **/cache

+ 3 - 0
.prettierignore

@@ -1,5 +1,8 @@
 # directories
 .yarn/
+**/.coverage_artifacts
+**/.coverage_cache
+**/.coverage_contracts
 **/artifacts
 **/build
 **/cache

+ 2 - 2
.solhintignore

@@ -1,3 +1,3 @@
 # directories
-artifacts/
-node_modules/
+**/artifacts
+**/node_modules