mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-08-17 18:37:24 +02:00
Compare commits
2 Commits
7bf41cad51
...
b2b6fa45d6
Author | SHA1 | Date | |
---|---|---|---|
b2b6fa45d6 | |||
1e83748c43 |
11
.gitattributes
vendored
11
.gitattributes
vendored
@ -1,4 +1,13 @@
|
|||||||
* text=auto -linguist-detectable
|
# Line normalisation, GitHub language detection
|
||||||
|
* text=auto linguist-detectable
|
||||||
|
|
||||||
|
# These don't feel like mine'
|
||||||
|
_config.yml/** text=auto -linguist-detectable
|
||||||
|
_data/** text=auto -linguist-detectable
|
||||||
|
_includes/** text=auto -linguist-detectable
|
||||||
|
_layouts/** text=auto -linguist-detectable
|
||||||
|
_matrix/** text=auto -linguist-detectable
|
||||||
|
_sass/** text=auto -linguist-detectable
|
||||||
|
|
||||||
# LFS
|
# LFS
|
||||||
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
||||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,6 +1,7 @@
|
|||||||
_site
|
_site
|
||||||
.sass-cache
|
.sass-cache
|
||||||
*.swp
|
*.swp
|
||||||
|
*-swp
|
||||||
*~
|
*~
|
||||||
keys.txt.asc
|
keys.txt.asc
|
||||||
.bundle
|
.bundle
|
||||||
|
Loading…
x
Reference in New Issue
Block a user