From b55914e40fd3364eef8a506ec315c5468154094c Mon Sep 17 00:00:00 2001 From: Mathieu Jaumotte Date: Wed, 8 Mar 2023 10:45:52 +0100 Subject: [PATCH] add a generic .ignore directory --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e82ec1e..4971775 100644 --- a/.gitignore +++ b/.gitignore @@ -50,17 +50,18 @@ phpunit.xml nbproject/* .idea +.ignore ### template/api/specs.yaml should be compiled templates/api/specs.yaml - ###> symfony/webpack-encore-bundle ### /node_modules/ /public/build/ npm-debug.log yarn-error.log ###< symfony/webpack-encore-bundle ### + ###> symfony/phpunit-bridge ### .phpunit .phpunit.result.cache