diff --git a/.gitignore b/.gitignore index 5f4cd66..2f1fc48 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,36 @@ -build +# Composer Related composer.lock -docs -vendor -coverage -tests/server/package-lock.json -.php_cs.cache +/vendor + +# Frontend Assets +/node_modules + +# Logs +npm-debug.log +yarn-error.log + +# Caches .phpunit.cache +.phpunit.result.cache +/build + +# Editors +/.idea +/.fleet +/.vscode + +# Code sniffer +.php_cs +.php_cs.cache +.php-cs-fixer.cache + +# Misc +phpunit.xml +phpstan.neon +psalm.xml +testbench.yaml +/docs +/coverage + +# Custom +tests/server/package-lock.json