Browse Source

Merged Laravel & Lumen + grouped rules

jerodev 9 years ago
parent
commit
3a838f8640
2 changed files with 9 additions and 14 deletions
  1. 9 6
      Laravel.gitignore
  2. 0 8
      Lumen.gitignore

+ 9 - 6
Laravel.gitignore

@@ -1,11 +1,14 @@
+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
-
-app/storage/
-node_modules/
-storage/
-vendor/
+.env.example

+ 0 - 8
Lumen.gitignore

@@ -1,8 +0,0 @@
-.env.*.php
-.env.php
-.env
-.env.example
-
-vendor/
-node_modules/
-storage/