forked from in2code-de/in2publish_core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
36 lines (33 loc) · 1.03 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
# .gitattributes
Build export-ignore
.gitkeep export-ignore
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.eslintrc export-ignore
/.travis.yml export-ignore
/phpunit.xml.dist export-ignore
/Tests export-ignore
/Resources/Private/Sass export-ignore
/Resources/Private/config.rb export-ignore
/Resources/Private/Clickdummy export-ignore
# 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 plattforms
.* 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