Skip to content

Commit

Permalink
chore(git): ignoring artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
re1ro committed Aug 26, 2022
1 parent 770d256 commit 50681b0
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
node_modules
.env
coverage
coverage.json
typechain
examples/metamask/chain*.json
examples/metamask/abi/**.json
Expand Down Expand Up @@ -37,6 +34,7 @@ lib-cov

# Coverage directory used by tools like istanbul
coverage
coverage.json
*.lcov

# nyc test coverage
Expand Down Expand Up @@ -118,3 +116,6 @@ dist

# TernJS port file
.tern-port

# Build
artifacts
19 changes: 19 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Modules
node_modules

# dotenv environment variables file
.env
.env.test

# Logs
logs
*.log

# Optional npm cache directory
.npm

# builder cache
.cache

# workflows
.github

0 comments on commit 50681b0

Please sign in to comment.