-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.gitattributes
More file actions
33 lines (31 loc) · 836 Bytes
/
.gitattributes
File metadata and controls
33 lines (31 loc) · 836 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
# Auto detect text files and perform LF normalization
* text=auto
# Ensure LF line endings for specific file types
*.php text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.json text eol=lf
*.xml text eol=lf
*.md text eol=lf
*.txt text eol=lf
*.dist text eol=lf
# Export ignores (not included in Composer dist packages)
/_archive export-ignore
/tests export-ignore
/stubs export-ignore
/docs export-ignore
.github/ export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.editorconfig export-ignore
.scrutinizer.yml export-ignore
phpcs.xml export-ignore
phpunit.xml.dist export-ignore
phpstan.neon export-ignore
phpstan-baseline.neon export-ignore
qodana.yaml export-ignore
renovate.json export-ignore
.coderabbit.yaml export-ignore
sonar-project.properties export-ignore
CHANGELOG.md export-ignore
CLAUDE.md export-ignore