1
0
mirror of https://github.com/CHEF-KOCH/Warez synced 2024-12-25 12:12:08 +00:00
Warez/.gitattributes
CHEF-KOCH 99ff2bafcd
.gitignore & .gitattributes
Workflows changes
2020-06-13 15:51:06 +02:00

27 lines
884 B
Plaintext

# Linguist overrides
# https://github.com/github/linguist
# This is not a 100% HTML repo, it's an 100% Markdown repo and HTML is only a byproduct.
*.md linguist-vendored=false
*.md linguist-generated=false
*.md linguist-documentation=false
*.md linguist-detectable=true
Workaround for Git ignoring trailing whitespace in markdown files only
**/*.md text whitespace=-cr-at-eol,-trailing-space
# Treat unknown files as binary and do NOT do line ending conversions
* binary diff
# SPECFIC OVERRIDES
LICENSE cleantext
*.gitattributes cleantext
*.gitignore cleantext
*.gitmodules cleantext
*.html cleantext diff=html
*.markdown cleantext
*.md cleantext
*.yml cleantext
*.gpg filter=gpg diff=gpg
*.asc filter=gpg diff=gpg
*.png binary
*.jpg binary