1
0

.dockerignore 303 B

1234567891011121314151617
  1. # Keep the build context small and prevent leaking local state.
  2. .git/
  3. .gitignore
  4. .dockerignore
  5. /vendor/
  6. /node_modules/
  7. /.phpunit.cache/
  8. /data/
  9. .env
  10. .env.local
  11. *.sqlite
  12. *.sqlite-journal
  13. .DS_Store
  14. # Compiled CSS is regenerated by the css-builder stage.
  15. /public/assets/css/app.css
  16. HANDOFF.md
  17. ACCEPTANCE.md