Explorar o código

Merge pull request #1720 from jerodev/master

gitignore for laravel5 and lumen
Brendan Forster %!s(int64=9) %!d(string=hai) anos
pai
achega
fbb6dd9a34
Modificáronse 1 ficheiros con 11 adicións e 7 borrados
  1. 11 7
      Laravel.gitignore

+ 11 - 7
Laravel.gitignore

@@ -1,10 +1,14 @@
-/bootstrap/compiled.php
+vendor/
+node_modules/
+
+# Laravel 4 specific
+bootstrap/compiled.php
+app/storage/
+
+# Laravel 5 & Lumen specific
+bootstrap/cache/
+storage/
 .env.*.php
 .env.php
 .env
-.env.example
-
-/vendor
-/node_modules
-/app/storage
-
+.env.example