mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-12 22:14:54 +10:00
55 lines
506 B
Plaintext
55 lines
506 B
Plaintext
# Dependencies
|
|
node_modules
|
|
.pnpm-store
|
|
|
|
# Build Outputs
|
|
.output
|
|
.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
|
|
.claude
|
|
.cursor
|
|
.superpowers
|
|
docs/superpowers
|
|
|
|
# Local Storage Data
|
|
/data
|
|
/apps/web/data
|