-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitattributes
More file actions
22 lines (21 loc) · 648 Bytes
/
Copy path.gitattributes
File metadata and controls
22 lines (21 loc) · 648 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Keep repository text files normalized to LF across platforms.
* text=auto eol=lf
# Exclude source-only and development tooling from git archive/export packages.
/.github/** export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.markdownlint.json export-ignore
/composer.json export-ignore
/composer.lock export-ignore
/CHANGELOG.md export-ignore
/GEMINI.md export-ignore
/phpcs.xml export-ignore
/phpmd.xml export-ignore
/phpstan.neon export-ignore
/psalm.xml export-ignore
/README.md export-ignore
/renovate.json export-ignore
/SECURITY.md export-ignore
/stubs/** export-ignore
/tests/** export-ignore
/vendor/** export-ignore