my-projects-website/app/.dockerignore

15 lines
272 B
Plaintext
Raw Permalink Normal View History

2024-05-19 21:01:04 +05:00
**/.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