mirror of
https://github.com/marcogll/AnchorOS.git
synced 2026-03-15 14:24:27 +00:00
- Add KiosksManagement component with full CRUD for kiosks - Add ScheduleManagement for staff schedules with break reminders - Update booking flow to allow artist selection by customers - Add staff_services API for assigning services to artists - Update staff management UI with service assignment dialog - Add auto-break reminder when schedule >= 8 hours - Update availability API to filter artists by service - Add kiosk management to Aperture dashboard - Clean up ralphy artifacts and logs
60 lines
528 B
Plaintext
60 lines
528 B
Plaintext
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# next.js
|
|
/.next/
|
|
/out/
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# local env files
|
|
.env*.local
|
|
.env
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
|
|
# supabase
|
|
.supabase/
|
|
|
|
# ralphy
|
|
ralphy.sh
|
|
|
|
# Additional security - protect all env files
|
|
.env*
|
|
!.env.example
|
|
!.env.template
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.bak
|
|
*.old
|
|
|
|
# Logs
|
|
*.log
|
|
dev.log
|
|
server.log
|
|
|
|
# Build artifacts
|
|
.next/
|
|
tsconfig.tsbuildinfo
|