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