Skip to content

Commit 58cf48b

Browse files
authored
add vercel auto deploy support (#27)
* add default version * add default config * add default artifacts
1 parent faf5e37 commit 58cf48b

File tree

5 files changed

+649
-3
lines changed

5 files changed

+649
-3
lines changed

.gitignore

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
.secret
44
.infuraid
5-
config.js
5+
# config.js
66

77
# dependencies
88
/node_modules
@@ -41,12 +41,11 @@ node_modules
4141

4242
#Hardhat files
4343
cache
44-
artifacts
44+
# artifacts
4545

4646
# contract type generation
4747
/contracts/types
4848

49-
version.js
5049
yarn.lock
5150
*_bak
5251
.eslintcache

0 commit comments

Comments
 (0)