Skip to content

Commit

Permalink
Ordering the gitignore and commenting the lines (#1663)
Browse files Browse the repository at this point in the history
  • Loading branch information
mamazu committed May 26, 2022
1 parent ed4d3c4 commit 8db8b2e
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions .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

Expand Down

0 comments on commit 8db8b2e

Please sign in to comment.