2023-04-06 09:37:19 +02:00
|
|
|
# Linux line endings, force GH language detection
|
|
|
|
* text=auto eol=lf linguist-detectable
|
2023-02-17 13:28:20 +01:00
|
|
|
|
2023-10-17 10:00:15 +02:00
|
|
|
# Built-in diff patterns (disabled by default).
|
|
|
|
*.css diff=css
|
|
|
|
*.html diff=html
|
|
|
|
*.php diff=php
|
|
|
|
*.{md,markdown} diff=markdown
|
|
|
|
|
2023-02-17 13:28:20 +01:00
|
|
|
# These don't feel like mine
|
|
|
|
.github/** text=auto -linguist-detectable
|
2023-10-17 10:00:15 +02:00
|
|
|
css/** text=auto -linguist-detectable
|
|
|
|
_data/** text=auto -linguist-detectable
|
2023-02-17 13:28:20 +01:00
|
|
|
_includes/** text=auto -linguist-detectable
|
2023-10-17 10:00:15 +02:00
|
|
|
_layouts/** text=auto -linguist-detectable
|
|
|
|
_sass/** text=auto -linguist-detectable
|
2023-02-17 13:28:20 +01:00
|
|
|
|
|
|
|
# Unnecessary for statistics
|
|
|
|
Gemfile text linguist-vendored
|
|
|
|
Gemfile.lock text linguist-generated
|
2023-10-17 10:00:15 +02:00
|
|
|
|
|
|
|
# LFS
|
|
|
|
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
|
|
|
*.jpg filter=lfs diff=lfs merge=lfs -text
|