Skip to content

Commit fbb6dd9

Browse files
committed
Merge pull request #1720 from jerodev/master
gitignore for laravel5 and lumen
2 parents 1f65941 + 5dda284 commit fbb6dd9

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

Laravel.gitignore

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
/bootstrap/compiled.php
1+
vendor/
2+
node_modules/
3+
4+
# Laravel 4 specific
5+
bootstrap/compiled.php
6+
app/storage/
7+
8+
# Laravel 5 & Lumen specific
9+
bootstrap/cache/
10+
storage/
211
.env.*.php
312
.env.php
413
.env
5-
.env.example
6-
7-
/vendor
8-
/node_modules
9-
/app/storage
10-
14+
.env.example

0 commit comments

Comments
 (0)