Skip to content
This repository has been archived by the owner on Nov 29, 2019. It is now read-only.

Commit

Permalink
Standardized .gitattributes across roles (#8)
Browse files Browse the repository at this point in the history
To make ongoing maintenance easier.
  • Loading branch information
freemanjp committed Aug 20, 2016
1 parent ca5b757 commit 0e8221c
Showing 1 changed file with 28 additions and 2 deletions.
30 changes: 28 additions & 2 deletions .gitattributes
Expand Up @@ -5,13 +5,39 @@
# to native line endings on checkout.
.gitignore text
.gitattributes text
*.md text
LICENSE text
*.xml text
*.yml text
*.yaml text
*.json text
*.txt text
*.md text
*.htm text
*.html text
*.xhtml text
*.js text
*.ts text
*.css text
*.less text
*.scss text
*.cfg text
LICENSE text

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

# Declare files that will always have LF line endings on checkout.
*.sh text eol=lf
*.service eol=lf
*.conf eol=lf
*.desktop eol=lf
*.j2 eol=lf

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.eot binary
*.tff binary
*.woff binary

0 comments on commit 0e8221c

Please sign in to comment.