Files
worklenz/.gitignore
Chamika J 69ec445a8a feat(gantt): enhance Gantt chart interactivity and animations
- Added phase details modal for improved phase management and user interaction.
- Implemented hover effects and animations for task and phase rows in Gantt chart.
- Updated Gantt components to support phase click events and task animations.
- Enhanced CSS for smoother transitions and visual feedback during task interactions.
- Refactored GanttTaskList and GanttChart components to incorporate new animation logic.
2025-08-05 16:44:12 +05:30

85 lines
834 B
Plaintext

# Dependencies
node_modules/
.pnp/
.pnp.js
# Build outputs
dist/
build/
out/
.next/
.nuxt/
.cache/
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.env.development
.env.production
.env.*
!.env.example
!.env.template
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea/
.cursor/
.claude/
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
*.sublime-workspace
# Testing
coverage/
.nyc_output/
# Temp files
.temp/
.tmp/
temp/
tmp/
# Debug
.debug/
# Misc
.DS_Store
Thumbs.db
.thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/
# Yarn
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
# TypeScript
*.tsbuildinfo
# Claude
CLAUDE.md