Browse Source

chore: remove "tsbuildinfo" from ignore files

chore: remove ".solcover.js" from ".eslintignore"
Paul Razvan Berg 3 years ago
parent
commit
0d0108cc48
3 changed files with 1 additions and 4 deletions
  1. 0 2
      .eslintignore
  2. 1 1
      .gitignore
  3. 0 1
      .prettierignore

+ 0 - 2
.eslintignore

@@ -14,9 +14,7 @@
 # files
 *.env
 *.log
-*.tsbuildinfo
 .pnp.*
-.solcover.js
 coverage.json
 npm-debug.log*
 yarn-debug.log*

+ 1 - 1
.gitignore

@@ -19,7 +19,7 @@
 # files
 *.env
 *.log
-*.tsbuildinfo
+.pnp.*
 coverage.json
 npm-debug.log*
 yarn-debug.log*

+ 0 - 1
.prettierignore

@@ -14,7 +14,6 @@
 # files
 *.env
 *.log
-*.tsbuildinfo
 .pnp.*
 coverage.json
 npm-debug.log*