wordeck/.gitignore
Till JS 074b0e83b4
Some checks are pending
CI / validate (push) Waiting to run
feat(web): @mana/browser-llm@0.1.0-alpha.3 + reactive Server-Pick
Upgrade auf alpha.3 (Router-Lokal-First-Disziplin). llmSettings
spiegelt allowServerLLM in ManaLLM.configure({allowServerInPick})
auf jedem Toggle. initLocalLLM nimmt den initialen Wert mit.

`.npmrc` aus `.gitignore` raus + committet — siehe mana@821e154.
2026-05-23 15:10:00 +02:00

76 lines
1,007 B
Text

# Dependencies
node_modules/
.pnpm-store/
# Build outputs
dist/
build/
.turbo/
.svelte-kit/
# Environment files
.env
.env.local
.env.*.local
.env.secrets
.env.production
infrastructure/.env.production
!.env.development
!.env.example
!.env.production.example
!.env.secrets.example
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
logs/
*.log
npm-debug.log*
pnpm-debug.log*
# Testing
coverage/
.nyc_output/
playwright-report/
test-results/
# TypeScript
*.tsbuildinfo
# Drizzle compiled config
drizzle.config.js
drizzle.config.d.ts
# Cache
.cache/
.eslintcache
.prettiercache
# Package manager locks (keep only pnpm)
package-lock.json
yarn.lock
# Mac Mini deploy
.env.macmini
ssh-key-command.txt
# Volumes for local docker-compose
.volumes/
.local/
apps/landing/.astro
# NPM Auth — Top-Level-`.npmrc` ist committet (nur ${NPM_AUTH_TOKEN}-
# Variable). Sub-Pfade können Klartext-Auth-Tokens enthalten und bleiben
# blockiert.
**/packages/*/.npmrc
**/services/*/.npmrc
.astro