Files
archivmail/.gitignore
T
sysops bb963a796f security: Zufallspasswörter beim Erststart, kryptographisch sichere JTI-Generierung
- seedDefaultUsers: generiert kryptographisch zufällige Passwörter (crypto/rand)
  statt hartkodiertes "archivmailrockz" — Passwörter werden einmalig im Terminal
  angezeigt und können danach nicht wiederhergestellt werden
- generateJTI: verwendet crypto/rand (16 Byte, hex) statt time.UnixNano XOR deadbeef

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-17 01:19:24 +01:00

60 lines
892 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
.yarn/install-state.gz
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
.env*.local
# vercel
.vercel
# claude code personal settings
.claude/settings.local.json
# AI Coding Starter Kit Workflow-Dateien (nicht Teil des Projekts)
.claude/settings.json
.claude/skills/
.claude/agents/
.claude/rules/
# AI Coding Starter Kit Template-Docs
docs/production/
features/README.md
# AI Coding Starter Kit Supabase Template (nicht verwendet)
src/lib/supabase.ts
# Next.js Default-Assets (AI Coding Starter Kit)
public/file.svg
public/globe.svg
public/next.svg
public/vercel.svg
public/window.svg
# typescript
*.tsbuildinfo
next-env.d.ts