Skip to content

Commit

Permalink
gitattributes foundry deployments (#3439)
Browse files Browse the repository at this point in the history
* gitattribute foundry

* vendored->generated

---------

Co-authored-by: Trajan0x <trajan0x@users.noreply.github.com>
  • Loading branch information
trajan0x and trajan0x authored Dec 5, 2024
1 parent 9fe5765 commit 16a4da9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,14 @@
# ignore ifacemaker files
*_generated.go linguist-generated
contrib/opbot/generated/* linguist-generated
*.contractinfo.json linguist-generated=true
*.contractinfo.json linguist-generated


# svg should be treated as a binary https://git.io/JE2VK
*.svg binary
*.sol linguist-language=Solidity

.vscode/*.json linguist-language=jsonc

# foundry deploy data
packages/**/deployments/*.json linguist-generated

0 comments on commit 16a4da9

Please sign in to comment.