-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitattributes
More file actions
19 lines (18 loc) · 819 Bytes
/
.gitattributes
File metadata and controls
19 lines (18 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/.editorconfig export-ignore
/.gitattributes export-ignore
/.github/ export-ignore
/.gitignore export-ignore
/captainhook.json export-ignore
/CHANGELOG.md export-ignore
/CODE_OF_CONDUCT.md export-ignore
/CONTRIBUTING.md export-ignore
/conventional-commits.json export-ignore
/phpcs.xml.dist export-ignore
/phpunit.xml.dist export-ignore
/README.md export-ignore
/resources/ export-ignore
/SECURITY.md export-ignore
/tests/ export-ignore
# We don't want Git to change the line endings in these files.
/tests/Errors/Generic/Files/ByteOrderMark/Found.php binary
/tests/Errors/Generic/Files/LineEndings/InvalidEOLChar.php binary