-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitattributes
More file actions
26 lines (24 loc) · 835 Bytes
/
.gitattributes
File metadata and controls
26 lines (24 loc) · 835 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
# Convert line endings to LF
* text=auto
# Exclude tests, docs and vendor directories from archives
/tests export-ignore
# Exclude meta files from archives
/.coderabbit.yaml export-ignore
/.gitattributes export-ignore
/.github export-ignore
/.gitignore export-ignore
/.phan export-ignore
/.pr_agent.toml export-ignore
/.qodana export-ignore
/.vscode export-ignore
/composer.lock export-ignore
/infection.json5 export-ignore
/phpmd.xml export-ignore
/phpstan.neon export-ignore
/phpunit.xml export-ignore
/pint.json export-ignore
/psalm.xml export-ignore
/qodana.* export-ignore
/rector.php export-ignore
/sweep.yaml export-ignore
/updates.sh export-ignore