Skip to content
This repository has been archived by the owner on Jul 23, 2021. It is now read-only.

Commit

Permalink
Minor .gitattributes tweaks
Browse files Browse the repository at this point in the history
* Removed extra comment hashes
* Switched *.svg from binary to text
* Added extra ZIP extensions to binary
  • Loading branch information
mamchenkov committed Oct 16, 2018
1 parent 9b17afd commit 7865c1b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .gitattributes
Expand Up @@ -17,17 +17,18 @@
*.po text
*.properties text
*.sql text
*.svg text
*.txt text
*.xml text
*.yml text

# Declare files that will always have CRLF line endings on checkout.
*.bat eol=crlf

# # Declare files that will always have LF line endings on checkout.
# Declare files that will always have LF line endings on checkout.
*.pem eol=lf

# # Denote all files that are truly binary and should not be modified.
# Denote all files that are truly binary and should not be modified.
composer binary
*.png binary
*.jpg binary
Expand All @@ -40,10 +41,12 @@ composer binary
# Web fonts are binary
*.otf binary
*.eot binary
*.svg binary
*.ttf binary
*.woff binary
*.woff2 binary

# Treat zip files as binary
*.7z binary
*.bz2 binary
*.gz binary
*.zip binary

0 comments on commit 7865c1b

Please sign in to comment.