-
-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy path.gitattributes
More file actions
46 lines (44 loc) · 1.13 KB
/
.gitattributes
File metadata and controls
46 lines (44 loc) · 1.13 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
# 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
*.css text eol=lf
*.js text eol=lf
*.html text eol=lf
*.tpl text eol=lf
*.sql text eol=lf
# Export ignores (not included in dist packages)
/_archive/** export-ignore
/tests/** export-ignore
/tests_codex2/** export-ignore
/extras/** export-ignore
/docs/** export-ignore
/.ai/** export-ignore
/.github/** export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.editorconfig export-ignore
.scrutinizer.yml export-ignore
.coderabbit.yaml export-ignore
phpstan.neon export-ignore
phpstan-baseline.neon export-ignore
phpstan2.neon export-ignore
phpstan5.neon export-ignore
phpstan9.neon export-ignore
qodana.yaml export-ignore
renovate.json export-ignore
sonar-project.properties export-ignore
constants.php export-ignore
phpinsights.txt export-ignore
CHANGELOG.md export-ignore
CLAUDE.md export-ignore
CONTRIBUTING.md export-ignore
SECURITY.md export-ignore
release_notes.txt export-ignore