Browse Source

Merged laravel and laravel5

pull/1720/head
jerodev 8 years ago
parent
commit
1d16414b1f
2 changed files with 6 additions and 14 deletions
  1. 6
    5
      Laravel.gitignore
  2. 0
    9
      Laravel5.gitignore

+ 6
- 5
Laravel.gitignore View File

@@ -1,10 +1,11 @@
/bootstrap/compiled.php
bootstrap/compiled.php
bootstrap/cache
.env.*.php
.env.php
.env
.env.example

/vendor
/node_modules
/app/storage
app/storage/
node_modules/
storage/
vendor/

+ 0
- 9
Laravel5.gitignore View File

@@ -1,9 +0,0 @@
bootstrap/cache/
.env.*.php
.env.php
.env
.env.example

vendor/
node_modules/
storage/

Loading…
Cancel
Save