mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-14 06:47:00 +10:00
50ba37a27f
* chore(release): v5.1.0 * feat: implement resume thumbnails * fix: remove unused mcp tools * docs: fix formatting of docs
32 lines
420 B
Plaintext
32 lines
420 B
Plaintext
# VCS and editor state
|
|
.git
|
|
.gitignore
|
|
.cursor
|
|
.DS_Store
|
|
|
|
# Local configuration and runtime state
|
|
.env*
|
|
/data
|
|
|
|
# Dependency and package-manager caches
|
|
node_modules
|
|
**/node_modules
|
|
.pnpm-store
|
|
|
|
# Build, test, and framework output
|
|
dist
|
|
**/dist
|
|
.nitro
|
|
.output
|
|
.vercel
|
|
.netlify
|
|
.tanstack
|
|
.turbo
|
|
**/.turbo
|
|
coverage
|
|
reports
|
|
|
|
# Generated service-worker assets are rebuilt during the web build.
|
|
public/sw.js
|
|
public/workbox-*.js
|