| 1234567891011121314151617 |
- # Keep the build context small and prevent leaking local state.
- .git/
- .gitignore
- .dockerignore
- /vendor/
- /node_modules/
- /.phpunit.cache/
- /data/
- .env
- .env.local
- *.sqlite
- *.sqlite-journal
- .DS_Store
- # Compiled CSS is regenerated by the css-builder stage.
- /public/assets/css/app.css
- HANDOFF.md
- ACCEPTANCE.md
|