diff --git a/.gitignore b/.gitignore index ad99f3a..a184ee1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,28 +1,17 @@ -# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. +node_modules -# dependencies - -/node_modules -/.pnp -.pnp.js - -# testing - -/coverage - -# production - -/build +.DS_Store +*.lock +*.env +*.log -# misc +package-lock.json -.DS_Store -.env -.env.local -.env.development.local -.env.test.local -.env.production.local +coverage +coverage.json +typechain +typechain-types -npm-debug.log* -yarn-debug.log* -yarn-error.log\* +# Hardhat files +cache +artifacts \ No newline at end of file