Skip to content

Commit

Permalink
update storage
Browse files Browse the repository at this point in the history
  • Loading branch information
ahcmadi committed Dec 12, 2015
1 parent 64520c2 commit 885ec65
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/storage/app
/storage/app=-demo
/storage/app-demo
/vendor
/node_modules
Homestead.yaml
Expand Down
7 changes: 7 additions & 0 deletions storage/framework/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
config.php
routes.php
compiled.php
services.json
events.scanned.php
routes.scanned.php
down
2 changes: 2 additions & 0 deletions storage/framework/cache/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
!.gitignore
2 changes: 2 additions & 0 deletions storage/framework/sessions/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
!.gitignore
2 changes: 2 additions & 0 deletions storage/framework/views/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
!.gitignore
2 changes: 2 additions & 0 deletions storage/logs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
!.gitignore

0 comments on commit 885ec65

Please sign in to comment.