From 8db8b2ed1d2edd9458932a16e40bd60b6b9dbd65 Mon Sep 17 00:00:00 2001 From: mamazu <14860264+mamazu@users.noreply.github.com> Date: Fri, 27 May 2022 00:03:38 +0200 Subject: [PATCH] Ordering the gitignore and commenting the lines (#1663) --- .gitignore | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 5f233f900..b842c35d6 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