Leon4gr45/builder
0
1# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.2 3# dependencies4/node_modules5/.pnp6.pnp.*7.yarn/*8!.yarn/patches9!.yarn/plugins10!.yarn/releases11!.yarn/versions12 13# lockfiles (ignore if you prefer reproducible CI via registry constraints)14# package-lock.json # Needed for HF Spaces deployment15pnpm-lock.yaml16yarn.lock17bun.lockb18npm-shrinkwrap.json19 20# testing21/coverage22 23# runtime data (SQLite databases, workspaces, deployments)24/data25/data/*26/sites27/sites/*28/public/sites29/public/sites/*30/deployments31/deployments/*32/public/deployments33/public/deployments/*34 35# next.js36/.next/37/out/38 39# production40/build41 42# misc43.DS_Store44*.pem45 46# debug47npm-debug.log*48yarn-debug.log*49yarn-error.log*50.pnpm-debug.log*51 52# env files53.env54.env.*55!.env.example56 57# vercel58.vercel59 60# typescript61*.tsbuildinfo62next-env.d.ts63 64# IDE65.vscode/66.idea/67*.swp68*.swo69*~70 71# Testing72.nyc_output/73 74# Misc75.cache/76 77# Large local artifacts78project_dump.txt79*.dump80analysis.md81 82# Dev scripts and test infrastructure (not shipped)83/scripts/84/e2e/85/test-results/86playwright.config.ts87 88# Development planning docs89docs/superpowers/