athenahr/.dockerignore
2023-08-07 22:06:16 +01:00

9 lines
226 B
Plaintext

# app is configured through docker-compose
.env
# deps are installed during build time
node_modules
vendor
# Let the framework create its own cache. we don't need your cache if you rebuild the image
/storage/*.*
!/storage/**/