Fixed .dockerignore.

This commit is contained in:
Leonid Nikitin 2024-05-19 21:01:04 +05:00
parent e74456ee2f
commit 9f6924935d
Signed by: kor-elf
GPG Key ID: 3C0F720C170F6E1D
2 changed files with 14 additions and 8 deletions

14
app/.dockerignore Normal file
View File

@ -0,0 +1,14 @@
**/.env
**/*.env
**/.env.example
**/storage/app/*
**/storage/debugbar
**/storage/framework/cache/*
**/storage/framework/sessions/*
**/storage/framework/views/*
**/storage/framework/testing/*
**/storage/logs/*
**/vendor/
**/node_modules/
**/public/build/
**/public/storage

View File

@ -1,8 +0,0 @@
**/*.env
**/*.env.example
application/bootstrap/cache/*
application/storage/**
application/vendor/**
application/node_modules/**
application/public/build/**
application/public/storage