Files
barryvdh_laravel-ide-helper/.gitignore
T
Markus Podar 4a6d127440 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
2020-08-31 20:33:07 +02:00

6 lines
53 B
Plaintext

.phpunit.result.cache
/.idea
/composer.lock
/vendor