mirror of
https://github.com/vacp2p/foundry-template.git
synced 2026-01-07 22:34:02 -05:00
chore: mark "lib" as vendored code
This commit is contained in:
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
lib/** linguist-vendored
|
||||||
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@@ -5,5 +5,6 @@
|
|||||||
"[toml]": {
|
"[toml]": {
|
||||||
"editor.defaultFormatter": "tamasfe.even-better-toml"
|
"editor.defaultFormatter": "tamasfe.even-better-toml"
|
||||||
},
|
},
|
||||||
|
"npm.exclude": "**/lib/**",
|
||||||
"solidity.formatter": "forge"
|
"solidity.formatter": "forge"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user