Skip to content

Commit 045a860

Browse files
committed
Add .gitingore for yearn
1 parent cef0f89 commit 045a860

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

yearn/.gitignore

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Hardhat
2+
/.hardhat/
3+
/build/
4+
/cache/
5+
/export/
6+
/external/npm/
7+
/export.json
8+
9+
# Contract artifacts
10+
/artifacts/
11+
/deployments/*
12+
!/deployments/mainnet/

0 commit comments

Comments
 (0)