1
0
mirror of https://github.com/gitattributes/gitattributes.git synced 2025-01-22 00:08:52 -05:00
This commit is contained in:
Richie Bendall 2019-07-14 13:28:42 +12:00 committed by GitHub
parent b7c0d53361
commit aef3563e0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,31 +44,29 @@
# If you want to treat it as binary,
# use the following line instead.
# *.svg binary
*.eps binary
# Scripts
*.bash text eol=lf
*.sh text eol=lf
# These are explicitly windows files and should use crlf
*.bat text eol=crlf
*.cmd text eol=crlf
*.ps1 text eol=crlf
# Serialisation
*.json text
*.toml text
*.xml text
*.yaml text
*.yml text
# Archives
*.7z binary
*.gz binary
*.tar binary
*.zip binary
#
# Exclude files from exporting
#