silverstripe-widgets/.gitattributes

22 lines
540 B
Plaintext
Raw Normal View History

2015-11-06 23:48:19 +01:00
# Ignore exporting of these
/tests export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/.scrutinizer.yml export-ignore
2015-11-07 00:56:53 +01:00
docs/ export-ignore
2015-11-06 23:48:19 +01:00
# 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