Skip to content

Commit

Permalink
fix: wifidog#74 miss cache/data/
Browse files Browse the repository at this point in the history
  • Loading branch information
sinkcup committed Apr 28, 2021
1 parent 0c7443d commit 639b6c8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
.env
.gitignore
.git/
.idea/
bootstrap/cache/*
bootstrap/cache/*.php
database/*.sqlite
laradock/
node_modules/
storage/app/*
storage/framework/cache/*
storage/framework/cache/data/*
!storage/framework/cache/data/.gitignore
storage/framework/sessions/*
storage/framework/views/*
!storage/framework/sessions/.gitignore
storage/framework/views/*.php
storage/logs/*
vendor/

0 comments on commit 639b6c8

Please sign in to comment.