-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
44 lines (43 loc) · 1.04 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
*.pug export-ignore
*.source.js export-ignore
/.Build/ export-ignore
/.ddev/ export-ignore
/.editorconfig export-ignore
/.eslintignore export-ignore
/.eslintrc.json export-ignore
/.gitattributes export-ignore
/.github/ export-ignore
/.gitignore export-ignore
/.php-cs-fixer.php export-ignore
/.phpstorm.meta.php export-ignore
/.prettierrc.js export-ignore
/.vscode export-ignore
/crowdin.yml
/package.json export-ignore
/phive.xml export-ignore
/phpcs.xml export-ignore
/phpstan-baseline.neon export-ignore
/phpstan.neon export-ignore
/Resources/Public/JavaScript/CKEditor/plugin.js
/stylelint.config.js export-ignore
/Tests/ export-ignore
/Tools/ export-ignore binary
# Enforce checkout with linux lf consistent over all platforms
*.css text eol=lf
*.html text eol=lf
*.js text eol=lf
*.json text eol=lf
*.less text eol=lf
*.md text eol=lf
*.php text eol=lf
*.pug text eol=lf
*.rst text eol=lf
*.scss text eol=lf
*.sh text eol=lf
*.svg text eol=lf
*.ts text eol=lf
*.txt text eol=lf
*.typoscript text eol=lf
*.xlf text eol=lf
*.yaml text eol=lf
*.yml text eol=lf