1
0
mirror of https://github.com/pkimpel/retro-220.git synced 2026-01-11 23:52:46 +00:00
pkimpel.retro-220/.gitattributes

41 lines
716 B
Plaintext

# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.baca text
*.bacg text
*.bat text
*.card text
*.cmd text
*.css text
*.html text
*.js text
*.lst text
*.md text
*.pt text
*.svg text
*.tape text
*.txt text
*.vbs text
*.wsf text
*.*_m text
.gitignore
.gitattributes
# Denote all files that are truly binary and should not be modified.
*.doc binary
*.docx binary
*.gif binary
*.jpg binary
*.jpeg binary
*.pdf binary
*.png binary
*.ttf binary
*.woff binary
*.xls binary
*.xlsx binary
*.zip binary
*.7z binary