Entfernt aus der Versionierung (bleibt lokal auf der Platte, nicht Teil der IT-Nexus-App): domain-join-tool/, nexus-scanner/ (separates Go-Projekt), playwright-tests/, alte PS1-Agent-Generation (agent/), .claude/, .github/workflows/, diverse Demo-HTMLs/.docx/.zip-Altlasten im Root. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
63 lines
686 B
Plaintext
63 lines
686 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Database (sensibel!)
|
|
*.sqlite
|
|
*.sqlite-journal
|
|
*.db
|
|
|
|
# Environment & Secrets
|
|
.env
|
|
.env.local
|
|
.env.production
|
|
docker-compose.override.yml
|
|
|
|
# Build Output
|
|
frontend/build/
|
|
backend/dist/
|
|
build/
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
logs/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Agent Binary / Installer
|
|
agent/*.exe
|
|
agent/*.msi
|
|
agent-cs/bin/
|
|
agent-cs/obj/
|
|
agent-cs/publish/
|
|
|
|
# Uploads
|
|
backend/uploads/
|
|
uploads/
|
|
|
|
# Temp
|
|
*.tmp
|
|
*.temp
|
|
installer/
|
|
*.intunewin
|
|
*.ova
|
|
*.exe
|
|
|
|
# Nicht Teil der IT-Nexus-App (separate Tools/Demos/Scratch — nur lokal)
|
|
.claude/
|
|
.github/
|
|
agent/
|
|
domain-join-tool/
|
|
nexus-scanner/
|
|
playwright-tests/
|
|
*.docx
|
|
*.zip
|
|
*-Demo.html
|
|
demo-*.html
|