diff --git a/.gitignore b/.gitignore index 5f233f9000..b842c35d6f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,21 +1,28 @@ -/vendor /extensions -/tests/Assets/Workspace +/phpactor.schema.json +/lib/Extension/WorseReflection/stubs + +# Composer +/vendor + +# Cache /tests/Assets/Cache /cache -/extensions -/phpactor.schema.json -/**/Tests/Workspace /lib/Completion/cache -/lib/Test.php /lib/WorseReflection/Tests/Cache -/lib/Extension/WorseReflection/stubs + +# Workspaces +/tests/Assets/Workspace +/**/Tests/Workspace # File frequently used for testing /lib/Test.php /.phpactor.yml /.phpactor/* +# Logging +/application.log + # docs /doc/_build