Skip to content

Commit f1127dd

Browse files
committed
Add .gitignore and update README.md
1 parent cb8fc6a commit f1127dd

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
**.DS_Store
2+
.DS_Store
3+
node_modules
4+
cache
5+
typechain-types
6+
artifacts
7+
.idea
8+
.history
9+
**node_modules**
10+
**cache**
11+
**artifacts**

0 commit comments

Comments
 (0)