-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path.gitattributes
More file actions
31 lines (29 loc) · 636 Bytes
/
.gitattributes
File metadata and controls
31 lines (29 loc) · 636 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
* text=auto
*.css linguist-vendored
*.scss linguist-vendored
# Enforce checkout with linux lf consistent over all platforms
*.html text eol=lf
*.css text eol=lf
*.tmpl text eol=lf
*.less text eol=lf
*.scss 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
*.yaml text eol=lf
*.ts text eol=lf
*.typoscript text eol=lf
*.xlf text eol=lf
*.sh text eol=lf
*.sql text eol=lf
*.txt text eol=lf
/.* export-ignore
/build export-ignore
/tests export-ignore
/behat.yml export-ignore
/phpunit.xml export-ignore
/phpstan.neon export-ignore
/phpstan-baseline.neon export-ignore