mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-06-22 04:11:55 +10:00
59 lines
531 B
Plaintext
59 lines
531 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
|
|
|
|
# Cache
|
|
tmp
|
|
temp
|
|
.cache
|
|
|
|
# AI
|
|
.codex
|
|
.agents
|
|
.claude
|
|
.cursor
|
|
.codegraph
|
|
.superpowers
|
|
|
|
# Local Storage Data
|
|
/data
|
|
/apps/web/data
|
|
|
|
# Git Hooks
|
|
.vite-hooks/
|