From e05d7c6bb370ece93b8fe4a4210c79eb2dbfe198 Mon Sep 17 00:00:00 2001 From: Nadar Date: Thu, 24 Oct 2024 12:17:18 +0000 Subject: [PATCH] Ignore .gitignore and add phpunit.xml.dist to .openapi-generator-ignore --- .openapi-generator-ignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.openapi-generator-ignore b/.openapi-generator-ignore index c1e56a2..bdc9526 100644 --- a/.openapi-generator-ignore +++ b/.openapi-generator-ignore @@ -3,4 +3,5 @@ test/ git_push.sh README.md composer.json -phpunit.xml.dist \ No newline at end of file +phpunit.xml.dist +.gitignore \ No newline at end of file