mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-09 20:44:53 +10:00
578a983209
- add strong easing tokens (--ease-out-strong, --ease-in-out-strong, --ease-drawer) - restore menu open/close animations (dropdown, context menu, combobox) using interruptible transitions via Base UI starting/ending styles - dialogs: 200ms enter / 150ms exit; command palette opts out (keyboard-initiated) - tooltips: 400ms initial delay with instant adjacent hovers via provider grouping - buttons: scale press feedback, specific transition properties instead of transition-all - tabs: sliding active-tab indicator via Base UI Tabs.Indicator - sheet: iOS drawer curve with asymmetric enter/exit timing - animate form validation messages and auth page entrance - remove dead radix-idiom accordion classes in builder sidebars
62 lines
573 B
Plaintext
62 lines
573 B
Plaintext
# Dependencies
|
|
node_modules
|
|
.pnpm-store
|
|
|
|
# Build Outputs
|
|
dist
|
|
.vercel
|
|
.wrangler
|
|
|
|
# Environment Variables
|
|
.env*
|
|
!.env.example
|
|
|
|
# IDEs and Editors
|
|
*~
|
|
*.swp
|
|
*.swo
|
|
.DS_Store
|
|
.idea
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
|
|
# Log Files
|
|
logs
|
|
*.log*
|
|
|
|
# Turborepo
|
|
.turbo
|
|
|
|
# TanStack Start
|
|
.tanstack
|
|
|
|
# Testing
|
|
coverage
|
|
reports
|
|
playwright-report
|
|
test-results
|
|
|
|
# Cache
|
|
tmp
|
|
temp
|
|
.cache
|
|
|
|
# AI
|
|
.codex
|
|
.agents
|
|
.claude
|
|
.cursor
|
|
.codegraph
|
|
.superpowers
|
|
.migration
|
|
|
|
# Local Storage Data
|
|
/data
|
|
/apps/web/data
|
|
|
|
# Git Hooks
|
|
.vite-hooks/
|