-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitattributes
More file actions
36 lines (32 loc) · 731 Bytes
/
.gitattributes
File metadata and controls
36 lines (32 loc) · 731 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
* text=auto eol=lf
# Export ignore - exclude from package distribution
/.github export-ignore
/tests export-ignore
/examples export-ignore
/docs export-ignore
/images export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.editorconfig export-ignore
/pint.json export-ignore
/phpstan.neon export-ignore
/phpunit.xml export-ignore
/RELEASE_CHECKLIST.md export-ignore
# Language detection
*.php linguist-language=PHP
composer.json linguist-language=JSON
*.md linguist-documentation
# Line ending normalization
*.php text eol=lf
*.json text eol=lf
*.md text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.xml text eol=lf
# Binary files
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.svg binary