Strips the .replit/.replitignore files, replit.md (renamed to README.md), the @replit/* vite plugins from cra-app and mockup-sandbox, the @replit catalog/exclusion entries from pnpm-workspace.yaml, the linux-x64-only platform overrides (Replit-specific optimization), and inline @replit comment markers. Also regenerates pnpm-lock.yaml so the project can be installed and built on any platform. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
10 lines
90 B
Plaintext
10 lines
90 B
Plaintext
**/node_modules
|
|
**/dist
|
|
**/.cache
|
|
**/.local
|
|
**/*.tsbuildinfo
|
|
.git
|
|
.vscode
|
|
.idea
|
|
.DS_Store
|