2021-12-06 19:56:22 +01:00
|
|
|
# DIFFS: Noise suppression.
|
|
|
|
#
|
|
|
|
# Suppress noisy generated files in diffs.
|
|
|
|
# (When you actually want to see these diffs, use `git diff -a`.)
|
|
|
|
|
|
|
|
# Large test fixtures:
|
|
|
|
corporate/tests/stripe_fixtures/*.json -diff
|
|
|
|
|
|
|
|
|
|
|
|
# FORMATTING
|
|
|
|
|
|
|
|
# Maintain LF (Unix-style) newlines in text files.
|
2016-10-17 18:58:33 +02:00
|
|
|
* text=auto eol=lf
|
2021-12-06 19:56:22 +01:00
|
|
|
|
|
|
|
# Make sure various media files never get somehow auto-detected as text
|
|
|
|
# and then newline-converted.
|
2016-10-17 18:58:33 +02:00
|
|
|
*.gif binary
|
|
|
|
*.jpg binary
|
2017-10-27 07:25:39 +02:00
|
|
|
*.jpeg binary
|
2016-10-17 18:58:33 +02:00
|
|
|
*.eot binary
|
|
|
|
*.woff binary
|
2017-08-08 21:46:20 +02:00
|
|
|
*.woff2 binary
|
2016-10-17 18:58:33 +02:00
|
|
|
*.svg binary
|
|
|
|
*.ttf binary
|
|
|
|
*.png binary
|
|
|
|
*.otf binary
|
|
|
|
*.tif binary
|
2018-04-27 18:14:20 +02:00
|
|
|
*.ogg binary
|
2022-02-07 22:09:18 +01:00
|
|
|
*.bson binary
|
|
|
|
*.bmp binary
|
|
|
|
*.mp3 binary
|
|
|
|
*.pdf binary
|