generated from spatie/package-skeleton-php
-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy path.gitattributes
24 lines (23 loc) · 918 Bytes
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Path-based git attributes
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
# Ignore all test and documentation with "export-ignore".
/.editorconfig export-ignore
/.gitattributes export-ignore
/.github export-ignore
/.php_cs.dist export-ignore
/composer.lock export-ignore
/phpunit.xml.dist export-ignore
/psalm.xml export-ignore
/tests export-ignore
/scoper.inc.php export-ignore
/build.sh export-ignore
/.idea export-ignore
/.php_cs export-ignore
/.php_cs.cache export-ignore
/.phpunit.result.cache export-ignore
/build export-ignore
/coverage export-ignore
/docs export-ignore
/phpunit.xml export-ignore
/psalm.xml export-ignore
/vendor-bin export-ignore