Compare commits

..

2 Commits

2 changed files with 11 additions and 1 deletions

11
.gitattributes vendored
View File

@ -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
View File

@ -1,6 +1,7 @@
_site _site
.sass-cache .sass-cache
*.swp *.swp
*-swp
*~ *~
keys.txt.asc keys.txt.asc
.bundle .bundle