forked from cardano-foundation/cardano-wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
19 lines (15 loc) · 757 Bytes
/
.gitattributes
File metadata and controls
19 lines (15 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# GitHub Linguist annotations
# - influences how files are shown in the GitHub diff view
# Hide stuff that is generated by nix-tools stack-to-nix
nix/.stack.nix/*.nix linguist-generated=true merge=binary
nix/materialized/*/*.nix linguist-generated=true merge=binary
nix/materialized/*/.plan.nix/*.nix linguist-generated=true merge=binary
# Hide niv boilerplate
nix/sources.nix linguist-generated=true
# Hide the Cabal freeze file
cabal.project.freeze linguist-generated=true
# Hide golden JSON files used for tests
# - they clog up the GitHub PR review page.
# Also set the "binary" merge mode for Git,
# because textual merging of auto-generated JSON rarely works well.
lib/core/test/data/Cardano/Wallet/Api/*.json linguist-generated=true merge=binary