b27b9d07ac
Verificato prima di cancellare: le 10 cartelle di fasi in planning-fasi-duplicate/ erano byte-per-byte identiche alle copie in .planning/milestones/ (diff -rq su ognuna), i 13 script one-off erano gia eseguiti su fasi chiuse, e CLAUDE-SECURITY-*/ conteneva solo i metadati di una run interrotta. Tutto resta comunque in git fino a 94b3b2f^. CLAUDE.md citava ancora gli scripts/push-*.ts come vecchio metodo per le migrazioni: quei file non esistono piu, quindi il riferimento puntava a fantasmi. Ora la procedura SSH+docker exec e l'unica indicata. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
49 lines
644 B
Plaintext
49 lines
644 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/versions
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# next.js
|
|
/.next/
|
|
/out/
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# cache del plugin impeccable (globale), si rigenera
|
|
.impeccable/
|
|
|
|
# cartelle di lavoro lasciate dal plugin claude-security
|
|
/CLAUDE-SECURITY-*/
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
|
|
# env files — exclude secrets, allow public template
|
|
.env*
|
|
!.env.example
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|