chore: mark "lib" as vendored code

This commit is contained in:
Paul Razvan Berg
2023-04-07 22:08:31 +03:00
parent f1c6d5e8e7
commit 3e8c4e8902
2 changed files with 2 additions and 0 deletions

1
.gitattributes vendored Normal file
View File

@@ -0,0 +1 @@
lib/** linguist-vendored

View File

@@ -5,5 +5,6 @@
"[toml]": {
"editor.defaultFormatter": "tamasfe.even-better-toml"
},
"npm.exclude": "**/lib/**",
"solidity.formatter": "forge"
}