Improve gitignore a bit (#1029)

- build isn't used AFAIK?
- add `/` prefix were we know they're only expected to be in the root anyway
  except `.phpunit.result.cache` which may appear anywhere it's run from
This commit is contained in:
Markus Podar
2020-08-31 20:33:07 +02:00
committed by GitHub
parent 1ca875fbca
commit 4a6d127440
+4 -4
View File
@@ -1,5 +1,5 @@
build
vendor
composer.lock
.idea
.phpunit.result.cache
/.idea
/composer.lock
/vendor