-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
24 lines (23 loc) · 940 Bytes
/
.gitattributes
File metadata and controls
24 lines (23 loc) · 940 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
*.png export-ignore
*.svg export-ignore
/.cz.yaml export-ignore
/.gitattributes export-ignore
/.github export-ignore
/.gitignore export-ignore
/.phan export-ignore
/.pre-commit-config.yaml export-ignore
/.vscode export-ignore
/acceptance-test-results.md export-ignore
/CHANGELOG.md export-ignore
/composer.lock export-ignore
/docs export-ignore
/phpcs.xml export-ignore
/phpdoc.xml export-ignore
/phpunit.ci.xml export-ignore
/phpunit.coverage.xml export-ignore
/phpunit.dev.xml export-ignore
/phpunit.xml export-ignore
/README.md export-ignore
/SECURITY.md export-ignore
/tests export-ignore
*.php diff=php