-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path.gitattributes
More file actions
32 lines (31 loc) · 1.35 KB
/
.gitattributes
File metadata and controls
32 lines (31 loc) · 1.35 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
/.editorconfig export-ignore
/.gitattributes export-ignore
/.github/ export-ignore
/.gitignore export-ignore
/.gitmodules export-ignore
/.pre-commit-config.yaml export-ignore
/.readthedocs.yml export-ignore
/.release-please-manifest.json export-ignore
/.tool-versions export-ignore
/build/ export-ignore
/captainhook.json export-ignore
/CHANGELOG.md export-ignore
/CODEOWNERS export-ignore
/codecov.yml export-ignore
/CODE_OF_CONDUCT.md export-ignore
/CONTRIBUTING.md export-ignore
/conventional-commits.json export-ignore
/devenv.* export-ignore
/docs/ export-ignore
/integration/ export-ignore
/phpcs.xml.dist export-ignore
/phpstan.neon.dist export-ignore
/phpunit.xml.dist export-ignore
/psalm-baseline.xml export-ignore
/psalm.xml export-ignore
/release-please-config.json export-ignore
/renovate.json export-ignore
/SECURITY.md export-ignore
/tests/ export-ignore
* text=auto
*.bat text eol=crlf