mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-14 06:47:00 +10:00
71 lines
750 B
Plaintext
71 lines
750 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/
|
|
.ds-sync/
|
|
ds-bundle/
|
|
.design-sync/.cache/
|
|
.design-sync/learnings/
|
|
.design-sync/node_modules
|
|
packages/ui/.ds-compiled.css
|
|
packages/ui/.ds-tw-raw.css
|
|
packages/ui/dist/
|
|
i18n.cache
|