-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitattributes
50 lines (44 loc) · 1.27 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
49
50
*.js text eol=lf
*.php text eol=lf diff=php
*.svelte text eol=lf diff=html
*.html.twig text eol=lf diff=html
*.twig text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.json text eol=lf
*.css text eol=lf diff=css
*.Dockerfile text eol=lf
*.toml text eol=lf
*.conf text eol=lf
.env* text eol=lf
Makefile text eol=lf
*.mk text eol=lf
*.xml text eol=lf
*.xml.dist text eol=lf
.php-cs text eol=lf diff=php
*.lock -diff
package-lock.json -diff
*.png filter=lfs diff=lfs merge=lfs binary
*.jpg filter=lfs diff=lfs merge=lfs binary
tests/demo.db filter=lfs diff=lfs merge=lfs binary
*.patch -text
*.diff -text
.gitattributes export-ignore
.gitignore export-ignore
.gitkeep export-ignore
.docker/ export-ignore
.env.dev export-ignore
.eslintrc.js export-ignore
.make/ export-ignore
.phan/ export-ignore
.phive/ export-ignore
.php_cs export-ignore
.stylelintrc.json export-ignore
.unused.php export-ignore
Makefile export-ignore
README.md export-ignore
doc/ export-ignore
phpmd.xml export-ignore
phpunit.xml.dist export-ignore
psalm.xml export-ignore
tests/ export-ignore