Files
Pickup-Config/.gitignore
Meik bd41e8c079 chore: sync running docker state
Commit the app code currently running in Docker, including scheduler, store status, journal reminder, maintenance mode, and Foodsharing API check updates. Remove generated runtime logs from version control and ignore local runtime captures.
2026-06-14 21:21:07 +02:00

29 lines
369 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
/build
# misc
.DS_Store
.codex
.env.local
.env.development.local
.env.test.local
.env.production.local
/config/*.json
/demo requests/*.har
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.commitmessage