From 976dbe36a42feaf6d32163954729220e5cc21f3f Mon Sep 17 00:00:00 2001 From: Mark Scherer Date: Fri, 26 Apr 2024 18:12:24 +0200 Subject: [PATCH] Clarify folder --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d90f103c..53656e29 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ /composer.lock /phpunit.xml -/tools -vendor +/tools/ +vendor/ /.idea/ /.phpunit.cache tests/test_app/App/Model/Table/CommentsTable.php