-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
17 lines (15 loc) · 932 Bytes
/
Copy path.gitattributes
File metadata and controls
17 lines (15 loc) · 932 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# `lib/` is forge-std and OpenZeppelin, committed rather than pinned as submodules so
# that a plain `git clone` can run `forge test` with nothing else installed. That is a
# deliberate trade, but it means 1,081 of the repository's files are somebody else's —
# and without this, GitHub's language bar describes their test fixtures instead of
# Covenant, and every diff view offers to expand them.
lib/** linguist-vendored
lib/** linguist-generated
# Built submission artifacts. Real deliverables, and they belong in the repository so
# the site build can publish them, but they are outputs — not code to review.
docs/Covenant-pitch-deck.pdf -diff linguist-generated
docs/Covenant-one-pager.pdf -diff linguist-generated
docs/demo/Covenant-demo.mp4 -diff linguist-generated
docs/demo/narration.mp3 -diff linguist-generated
# Foundry's own deploy logs: a record of what was deployed, not source.
broadcast/** linguist-generated