Skip to content

Commit b76b90d

Browse files
authored
Add npm ignore (#943)
add npm ignore
1 parent d418562 commit b76b90d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# if you add a file here, add it to `.npmignore` too
12
artifacts/
23
cache/
34
crytic-export/

.npmignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
artifacts/
2+
cache/
3+
crytic-export/
4+
node_modules/
5+
typechain/
6+
foundry-out/
7+
.vscode/

0 commit comments

Comments
 (0)