-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitattributes
More file actions
18 lines (16 loc) · 669 Bytes
/
.gitattributes
File metadata and controls
18 lines (16 loc) · 669 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Files and directories which won't be included in .zip archive during running `composer install --prefer-dist`
/.github export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.idea export-ignore
/.scrutinizer.yml export-ignore
/.styleci.yml export-ignore
/.travis.yml export-ignore
/phpcs.xml export-ignore
/phpstan.neon export-ignore
/phpunit.xml.dist export-ignore
/tests export-ignore
/README.md export-ignore
/.phpunit.result.cache export-ignore
/.phpcs-cache export-ignore
/.php-cs-fixer.cache export-ignore