-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitattributes
More file actions
31 lines (28 loc) · 732 Bytes
/
.gitattributes
File metadata and controls
31 lines (28 loc) · 732 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
# Custom
.composer-require-checker.json export-ignore
.editorconfig export-ignore
.gitattributes export-ignore
.github export-ignore
.gitlab-ci.yml export-ignore
.phpcq.lock export-ignore
.phpcq.yaml.dist export-ignore
/.gitignore export-ignore
/spec export-ignore
ctb.json export-ignore
phpcs.xml.dist export-ignore
phpspec.yml export-ignore
psalm.xml export-ignore
# Auto detect text files and perform LF normalization
* text-auto
# Configuration
.editorconfig export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.phpcq.lock export-ignore
.phpcq.yaml.dist export-ignore
companion.json export-ignore
composer.lock -diff
phpcs.xml.dist export-ignore
psalm.xml export-ignore
# PHP files
*.php text eol=lf diff=php