11 lines
258 B
Plaintext
11 lines
258 B
Plaintext
|
# app is configured through docker-compose
|
||
|
.env
|
||
|
# deps are installed during build time
|
||
|
node_modules
|
||
|
vendor
|
||
|
# Let the framework create these. we don't need your cache if you rebuild the image
|
||
|
storage/debugbar
|
||
|
storage/logs
|
||
|
storage/framework
|
||
|
storage/env-editor
|