forked from xmtp/xmtpd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
26 lines (20 loc) · 840 Bytes
/
Copy path.gitattributes
File metadata and controls
26 lines (20 loc) · 840 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Mark autogenerated files so GitHub collapses them in PR diffs
# and excludes them from repo language statistics.
# Generated protobuf/grpc/connect code
pkg/proto/** linguist-generated=true
**/*.pb.go linguist-generated=true
**/*_grpc.pb.go linguist-generated=true
**/*.connect.go linguist-generated=true
# Generated Ethereum contract bindings (abigen)
pkg/abi/** linguist-generated=true
# Generated SQL query code (sqlc)
pkg/db/queries/** linguist-generated=true
**/*.sql.go linguist-generated=true
# Generated test mocks (mockery)
pkg/testutils/mocks/** linguist-generated=true
**/mock_*.go linguist-generated=true
# Generated deepcopy, defaults, conversion, and CRD manifests
**/zz_generated.* linguist-generated=true
**/zz_generated.crd-manifests/** linguist-generated=true
# Test fixtures
**/testdata/** linguist-generated=true