Compare commits

...

2 Commits

Author SHA1 Message Date
A1Gard eb706af66d fix git ignore bug 10 months ago
A1Gard 32f2ba5511 fix git ignore 10 months ago

2
.gitignore vendored

@ -7,7 +7,7 @@ yarn-error.log
# Laravel 4 specific
bootstrap/compiled.php
app/storage/
#app/storage/
# Laravel 5 & Lumen specific
public/storage

@ -1,3 +1,5 @@
*
!public/
!.gitignore

@ -7,3 +7,4 @@ routes.php
routes.scanned.php
schedule-*
services.json

@ -1,3 +1,5 @@
*
!data/
!.gitignore

@ -1,2 +1,4 @@
*
!.gitignore

@ -1,2 +1,4 @@
*
!.gitignore

@ -1,2 +1,4 @@
*
!.gitignore

Loading…
Cancel
Save