-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
33 lines (29 loc) · 835 Bytes
/
Copy path.gitattributes
File metadata and controls
33 lines (29 loc) · 835 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
25
26
27
28
29
30
31
32
33
# Export Configuration
# Exclude development and test files from Packagist/Composer downloads
/tests export-ignore
/docs export-ignore
/.github export-ignore
/docker export-ignore
/build export-ignore
# Configuration files
/.dockerignore export-ignore
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitconfig export-ignore
/.gitignore export-ignore
/.php-cs-fixer.php export-ignore
/.php-cs-fixer.cache export-ignore
/.phpunit.result.cache export-ignore
/phpstan.neon.dist export-ignore
/phpstan-bootstrap.php export-ignore
/phpstan-stubs.php export-ignore
/phpunit.xml.dist export-ignore
/Makefile export-ignore
/compose.yml export-ignore
/docker-compose.yml export-ignore
# Documentation files
/CONTRIBUTING.md export-ignore
/CHANGELOG.md export-ignore
/REPO_REVIEW.md export-ignore
# Git files
/.git export-ignore