-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path.gitattributes
More file actions
43 lines (39 loc) · 815 Bytes
/
.gitattributes
File metadata and controls
43 lines (39 loc) · 815 Bytes
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
* text eol=lf
*.png binary
*.jpg binary
*.ttf binary
*.woff binary
*.woff2 binary
*.eot binary
*.otf binary
*.ai binary
*.pdf binary
# Enforce checkout with linux lf consistent over all plattforms
*.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
*.setupts text eol=lf
*.constantsts text eol=lf
*.tsc text eol=lf
*.typoscript text eol=lf
/.dockerignore export-ignore
/.github/ export-ignore
/.gitattributes export-ignore
/.gitlab-ci.yml export-ignore
/.scrutinizer export-ignore
/.styleci.yml export-ignore
/.travis.yml export-ignore
/CONTRIBUTING.md export-ignore
/README.md export-ignore