Skip to content

Commit

Permalink
feat Add .dockerignore (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
ucan-lab committed Mar 4, 2022
1 parent 7e0daa3 commit b88a86a
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
/src/node_modules
/src/public/hot
/src/public/storage
/src/storage/app/*
/src/storage/framework/cache/data/*
/src/storage/framework/sessions/*
/src/storage/framework/testing/*
/src/storage/framework/views/*
/src/storage/logs/*
/src/storage/*.key
/src/vendor
/src/.editorconfig
/src/*.env*
/src/**.gitattributes
/src/**.gitignore
/src/.styleci.yml
/src/.phpunit.result.cache
/src/.php-cs-fixer.cache
/src/package.json
/src/phpunit.xml
/src/README.md
/src/phpspec.yml
/src/npm-debug.log
/src/yarn-error.log

0 comments on commit b88a86a

Please sign in to comment.