Skip to content

Commit d033335

Browse files
committed
ignore barryvdh/laravel-ide-helper generated files
1 parent 4a518c9 commit d033335

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@
33
Homestead.yaml
44
Homestead.json
55
.env
6+
7+
# barryvdh/laravel-ide-helper generated files
8+
_ide_helper.php
9+

phpunit

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/sh
2+
#
3+
# Run project's phpunit version to avoid frameworks conflicts/uncompatibility
4+
#
5+
./vendor/phpunit/phpunit/phpunit
6+

0 commit comments

Comments
 (0)