This repository was archived by the owner on Nov 7, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.gitattributes
More file actions
48 lines (45 loc) · 1.54 KB
/
.gitattributes
File metadata and controls
48 lines (45 loc) · 1.54 KB
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
# Development and CI files - excluded from package distribution
.dockerignore export-ignore
.editorconfig export-ignore
.gitattributes export-ignore
.github/ export-ignore
.gitignore export-ignore
.php-cs-fixer.dist.php export-ignore
.tool-versions export-ignore
CHANGELOG.md export-ignore
CLAUDE.md export-ignore
CODE_OF_CONDUCT.md export-ignore
CONTRIBUTING.md export-ignore
codecov.yml export-ignore
docker-compose.integration.yml export-ignore
Dockerfile.integration export-ignore
docs/ export-ignore
examples/ export-ignore
phpstan.neon.dist export-ignore
phpunit.xml.dist export-ignore
psalm.xml.dist export-ignore
rector.php export-ignore
RELEASE.md export-ignore
styles/ export-ignore
tests/ export-ignore
tools/ export-ignore
translations/ export-ignore
vendor/ export-ignore
# Line ending normalization for cross-platform consistency
* text=auto eol=lf
# Specific file types
*.php text eol=lf
*.json text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.xml text eol=lf
*.md text eol=lf
*.txt text eol=lf
*.sh text eol=lf
# Binary files
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.pdf binary