Skip to content

Commit

Permalink
add .gitignore on storage/cache folder
Browse files Browse the repository at this point in the history
  • Loading branch information
biobii committed Mar 23, 2018
1 parent 0e91696 commit d7b3570
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 41 deletions.
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@
"url": "https://github.com/biobii/fylite"
}
],
"scripts": {
"serve": "php -S localhost:3000 -t public"
},
"minimum-stability": "dev",
"prefer-stable": true
}
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
$config['database']['host'] = 'localhost';
$config['database']['dbname'] = 'fylite';
$config['database']['username'] = 'root';
$config['database']['password'] = 'mysql';
$config['database']['password'] = 'root';
3 changes: 3 additions & 0 deletions public/storage/cache/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*

!.gitignore
37 changes: 0 additions & 37 deletions public/storage/cache/51bdad0f9874ee40578183c25915601f14f700ae.php

This file was deleted.

0 comments on commit d7b3570

Please sign in to comment.