From 0f93af28f1c6cfa5cf99128244869da69009e530 Mon Sep 17 00:00:00 2001 From: Niels Vanpachtenbeke <10651054+Nielsvanpach@users.noreply.github.com> Date: Thu, 12 Sep 2024 09:10:56 +0200 Subject: [PATCH] organise .gitignore --- .gitignore | 35 ++++++++++++++++++++++++++++------- 1 file changed, 28 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index a7f372d8..b60507fb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,32 @@ -.idea -.phpunit.cache -build +# Composer Related composer.lock -coverage -docs +/vendor + +# Frontend Assets +/node_modules + +# Logs +npm-debug.log +yarn-error.log + +# Caches +.phpunit.cache +.phpunit.result.cache +/build + +# IDE Helper +_ide_helper.php +_ide_helper_models.php +.phpstorm.meta.php + +# Editors +/.idea +/.fleet +/.vscode + +# Misc phpunit.xml phpstan.neon testbench.yaml -vendor -node_modules +/docs +/coverage