My-Weekly-ToDo-List/.dockerignore
mARTin f9d578ddf1 fix: time grid layout alignment and task drag/drop collision detection
- Removed boxed background from grid tasks and added hover-only resize handle

- Fixed vertical drop calculation using correct cell sizes

- Aligned time column header perfectly using a structural ghost replica

- Added collision detection to prevent dragging tasks over occupied slots
2026-02-23 21:29:56 +01:00

17 lines
159 B
Plaintext

node_modules
.npm
.next
.git
.gitignore
Dockerfile
docker-compose*.yml
.env
.env.*
!.env.example
.planning
prisma/dev.db
*.md
!prisma/**/*.md
logs
Inspiration