Skip to content

Commit

Permalink
gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
chris017 committed Mar 13, 2023
1 parent e32fd4e commit 353a37a
Showing 1 changed file with 13 additions and 24 deletions.
37 changes: 13 additions & 24 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 353a37a

Please sign in to comment.