-
Notifications
You must be signed in to change notification settings - Fork 23
/
.gitattributes
48 lines (44 loc) · 1.65 KB
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# .gitattributes
/.github export-ignore
/.project export-ignore
/Build export-ignore
.gitkeep export-ignore
/.editorconfig export-ignore
/.env export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.phpstorm.meta.php export-ignore
/.eslintrc export-ignore
/.travis.yml export-ignore
/Resources/Private/Sass export-ignore
/Resources/Private/compile-sass.sh export-ignore
/Resources/Private/config.rb export-ignore
/Resources/Private/Clickdummy export-ignore
/Tests export-ignore
/Makefile export-ignore
/phive.xml export-ignore
/phpunit.browser.xml export-ignore
/phpunit.functional.xml export-ignore
/phpunit.unit.xml export-ignore
/Tests/Browser/files/* filter=lfs diff=lfs merge=lfs -text
/Tests/Manual/images/* filter=lfs diff=lfs merge=lfs -text
# Handle line endings automatically for files detected as text
# and leave all files detected as binary untouched.
* text=auto
# Enforce checkout with linux lf consistent over all platforms
.* text eol=lf
*.html text eol=lf
*.css text eol=lf
*.tmpl text eol=lf
*.less text eol=lf
*.js text eol=lf
*.json text eol=lf
*.php text eol=lf
*.rst text eol=lf
*.md text eol=lf
*.yml text eol=lf
*.ts text eol=lf
*.xlf text eol=lf
*.sql text eol=lf
*.t3s text eol=lf
*.txt text eol=lf