generated from rawilk/package-skeleton-laravel
-
-
Notifications
You must be signed in to change notification settings - Fork 89
Expand file tree
/
Copy path.gitattributes
More file actions
15 lines (14 loc) · 575 Bytes
/
.gitattributes
File metadata and controls
15 lines (14 loc) · 575 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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
/.gitignore export-ignore
/.php-cs-fixer.dist.php export-ignore
/.php_cs.dist export-ignore
/docs export-ignore
/phpunit.xml.dist export-ignore
/pint.json export-ignore
/psalm.xml.dist export-ignore
/tests export-ignore