OSS-905 Added gitattributes

This commit is contained in:
Shoaib Ali 2015-11-07 11:48:19 +13:00
parent eee39bca4e
commit a397764ad7
1 changed files with 20 additions and 0 deletions

20
.gitattributes vendored Normal file
View File

@ -0,0 +1,20 @@
# Ignore exporting of these
/tests export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/.scrutinizer.yml 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