mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 01:57:13 +00:00
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:
+4
-4
@@ -1,5 +1,5 @@
|
|||||||
build
|
|
||||||
vendor
|
|
||||||
composer.lock
|
|
||||||
.idea
|
|
||||||
.phpunit.result.cache
|
.phpunit.result.cache
|
||||||
|
|
||||||
|
/.idea
|
||||||
|
/composer.lock
|
||||||
|
/vendor
|
||||||
|
|||||||
Reference in New Issue
Block a user