mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-16 17:09:28 +01:00
Aminda Suomalainen
05d47f0a5a
Apparently .editorconfig had that already, oops, luckily no one was attempting to use Windows
22 lines
634 B
Plaintext
22 lines
634 B
Plaintext
# Line normalisation, GitHub language detection
|
|
* text=auto eol=lf linguist-detectable
|
|
|
|
# These don't feel like mine
|
|
.github/** text=auto -linguist-detectable
|
|
css/** text=auto -linguist-detectable
|
|
_data/** text=auto -linguist-detectable
|
|
_includes/** text=auto -linguist-detectable
|
|
_layouts/** 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
|
|
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
|
*.jpg filter=lfs diff=lfs merge=lfs -text
|