mirror of
https://github.com/silverstripe/silverstripe-widgets
synced 2024-10-22 17:05:54 +02:00
Merge pull request #98 from shoaibali/attributes
OSS-905 Added gitattributes
This commit is contained in:
commit
ae90bb1591
21
.gitattributes
vendored
Normal file
21
.gitattributes
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
# Ignore exporting of these
|
||||
/tests 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
|
Loading…
Reference in New Issue
Block a user