Skip to content

Commit

Permalink
Merge pull request #150 from Traewelling/dev-lb-optimizeCache
Browse files Browse the repository at this point in the history
Optimize cache
  • Loading branch information
MrKrisKrisu authored Oct 19, 2020
2 parents 7378cf4 + 5272601 commit 4d25cee
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 388 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ node_modules/
npm-debug.log

# Profile pictures
public/uploads/avatars
public/uploads/avatars/*
!public/uploads/avatars/user.jpg

# Laravel 4 specific
bootstrap/compiled.php
app/storage/
bootstrap/cache

# Laravel 5 & Lumen specific
public/storage
Expand Down Expand Up @@ -112,7 +111,6 @@ fabric.properties
# End of https://www.gitignore.io/api/phpstorm


artisan
public/js/admin.js
public/js/app.js
public/css/admin.css
Expand Down
2 changes: 2 additions & 0 deletions bootstrap/cache/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
!.gitignore
135 changes: 0 additions & 135 deletions bootstrap/cache/packages.php

This file was deleted.

Loading

0 comments on commit 4d25cee

Please sign in to comment.