mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
Adds Docker to allow users to get the project up and running quickly.
This commit is contained in:
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -1,4 +1,5 @@
|
|||||||
/art export-ignore
|
/art export-ignore
|
||||||
|
/docker export-ignore
|
||||||
/docs export-ignore
|
/docs export-ignore
|
||||||
/tests export-ignore
|
/tests export-ignore
|
||||||
/scripts export-ignore
|
/scripts export-ignore
|
||||||
@ -11,5 +12,6 @@ phpstan.neon export-ignore
|
|||||||
/phpunit.xml export-ignore
|
/phpunit.xml export-ignore
|
||||||
CHANGELOG.md export-ignore
|
CHANGELOG.md export-ignore
|
||||||
CONTRIBUTING.md export-ignore
|
CONTRIBUTING.md export-ignore
|
||||||
|
docker-compose.yml export-ignore
|
||||||
README.md export-ignore
|
README.md export-ignore
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user