Permalink
Browse files
ignore barryvdh/laravel-ide-helper generated files
- Loading branch information...
Showing
with
10 additions
and
0 deletions.
-
+4
−0
.gitignore
-
+6
−0
phpunit
|
|
@@ -3,3 +3,7 @@ |
|
|
Homestead.yaml
|
|
|
Homestead.json
|
|
|
.env
|
|
|
+
|
|
|
+# barryvdh/laravel-ide-helper generated files
|
|
|
+_ide_helper.php
|
|
|
+
|
|
|
@@ -0,0 +1,6 @@ |
|
|
+#!/bin/sh
|
|
|
+#
|
|
|
+# Run project's phpunit version to avoid frameworks conflicts/uncompatibility
|
|
|
+#
|
|
|
+./vendor/phpunit/phpunit/phpunit
|
|
|
+
|
0 comments on commit
d033335