Skip to content

Commit 1d16414

Browse files
committed
Merged laravel and laravel5
1 parent f652ad7 commit 1d16414

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

Laravel.gitignore

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
/bootstrap/compiled.php
1+
bootstrap/compiled.php
2+
bootstrap/cache
23
.env.*.php
34
.env.php
45
.env
56
.env.example
67

7-
/vendor
8-
/node_modules
9-
/app/storage
10-
8+
app/storage/
9+
node_modules/
10+
storage/
11+
vendor/

Laravel5.gitignore

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)