mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-21 19:49:27 +01:00
linguist language overrides & excludes in .gitattributes
[CI SKIP]
This commit is contained in:
parent
b2b6fa45d6
commit
dd7ba669b2
9
.gitattributes
vendored
9
.gitattributes
vendored
@ -1,7 +1,7 @@
|
|||||||
# Line normalisation, GitHub language detection
|
# Line normalisation, GitHub language detection
|
||||||
* text=auto linguist-detectable
|
* text=auto linguist-detectable
|
||||||
|
|
||||||
# These don't feel like mine'
|
# These don't feel like mine
|
||||||
_config.yml/** text=auto -linguist-detectable
|
_config.yml/** text=auto -linguist-detectable
|
||||||
_data/** text=auto -linguist-detectable
|
_data/** text=auto -linguist-detectable
|
||||||
_includes/** text=auto -linguist-detectable
|
_includes/** text=auto -linguist-detectable
|
||||||
@ -9,6 +9,13 @@ _layouts/** text=auto -linguist-detectable
|
|||||||
_matrix/** text=auto -linguist-detectable
|
_matrix/** text=auto -linguist-detectable
|
||||||
_sass/** text=auto -linguist-detectable
|
_sass/** text=auto -linguist-detectable
|
||||||
|
|
||||||
|
# Unnecessary for statistics
|
||||||
|
Gemfile text linguist-vendored
|
||||||
|
Gemfile.lock text linguist-generated
|
||||||
|
|
||||||
|
# Signature files misdetected as "Standard ML"
|
||||||
|
*.sig text -linguist-detectable
|
||||||
|
|
||||||
# LFS
|
# LFS
|
||||||
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
||||||
*.jpg filter=lfs diff=lfs merge=lfs -text
|
*.jpg filter=lfs diff=lfs merge=lfs -text
|
||||||
|
1
PGP/.gitattributes
vendored
Normal file
1
PGP/.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
*.txt text linguist-language=Public-Key
|
1
blog/.gitattributes
vendored
Normal file
1
blog/.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
*.xml text -linguist-detectable
|
Loading…
Reference in New Issue
Block a user