mirror of
https://github.com/alexgo-io/bitcoin-indexer.git
synced 2026-04-29 12:15:04 +08:00
12 lines
386 B
Plaintext
12 lines
386 B
Plaintext
# Have linguist ignore typescript compiler sources
|
|
components/clarinet-cli/js/* linguist-vendored
|
|
components/clarinet-cli/dts/* linguist-vendored
|
|
components/clarinet-cli/tsc/* linguist-vendored
|
|
|
|
# Declare Clarity files that will always have LF line endings on checkout.
|
|
*.clar text eol=lf
|
|
|
|
# Denote all files that are truly binary and should not be modified.
|
|
*.png binary
|
|
*.jpg binary
|