forked from Goutam/lynkeduppro-crm
3f6a5b9b1f
The /vendor/photo-gallery-sdk/node_modules ignore rule had no effect because the nanoid files inside it were already tracked, so `npm install` kept surfacing them as modified. Drops them from the index; they stay on disk and npm install regenerates them (photo-gallery-sdk is a file: dep). Lockfile churn is from that same install: onnxruntime-web and friends un-hoisted under @huggingface/transformers, and @types/react/csstype moved dev -> devOptional. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
49 lines
614 B
Plaintext
49 lines
614 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
|
|
/vendor/photo-gallery-sdk/node_modules
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# next.js
|
|
/.next/
|
|
/out/
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
|
|
# env files (can opt-in for committing if needed)
|
|
.env*
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
|
|
.vercel
|
|
.env*.local
|
|
|
|
certificates
|
|
AI_ASSISTANT_BACKEND_PLAN.md
|
|
TEAM_MANAGEMENT_BACKEND_PLAN.md |