Merge pull request #114 from helpfulrobot/add-standard-git-attributes

Added standard git attributes
This commit is contained in:
Daniel Hensby 2015-11-19 17:35:15 +00:00
commit 453ce12c2d
1 changed files with 5 additions and 20 deletions

25
.gitattributes vendored
View File

@ -1,21 +1,6 @@
# Ignore exporting of these
/tests export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/tests export-ignore
/docs export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/.scrutinizer.yml export-ignore
docs/ export-ignore
# Force line ending normalization inside repo to LF
* text=auto
# Explicitly declare text files that should be normalized and converted
# to native line endings on checkout.
*.md text
*.LICENCE text
*.json text
*.scss text
*. text
# Declare files that should be converted to tabspace instead of whitespace
*.php filter=tabspace