From 6fbdbe570ad4e560c9749799dc8840cd9c740512 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=BCrth?= Date: Fri, 26 Apr 2024 11:49:36 +0200 Subject: [PATCH] Ignore vendor everywhere This will also ignore the vendor folder generated in the test app during test execution. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7b59baf4..d90f103c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ /composer.lock /phpunit.xml /tools -/vendor +vendor /.idea/ /.phpunit.cache tests/test_app/App/Model/Table/CommentsTable.php