-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
43 lines (37 loc) · 916 Bytes
/
.gitattributes
File metadata and controls
43 lines (37 loc) · 916 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
# Auto detect text files and perform LF normalization
* text=auto eol=lf
# PHP files
*.php text eol=lf
# Composer
composer.json text eol=lf
composer.lock text eol=lf -diff
# Configuration files
*.yml text eol=lf
*.yaml text eol=lf
*.json text eol=lf
*.xml text eol=lf
*.neon text eol=lf
.php-cs-fixer.php text eol=lf
# Documentation
*.md text eol=lf
LICENSE text eol=lf
# Git
.gitattributes text eol=lf
.gitignore text eol=lf
# Exclude from archives (composer install --prefer-dist)
/.github export-ignore
/tests export-ignore
/docs export-ignore
/examples export-ignore
/scripts export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.php-cs-fixer.php export-ignore
/phpunit.xml export-ignore
/phpstan.neon export-ignore
/CHANGELOG.md export-ignore
/CONTRIBUTING.md export-ignore
/MIGRATION.md export-ignore
/SECURITY.md export-ignore
/.openapi-cache export-ignore
/openapi.yaml export-ignore