mirror of
http://172.20.10.11:3000/gitadmin/INSIGHT-MVP.git
synced 2026-06-24 23:56:40 +02:00
- Alle Ansible-Rollen erstellt: common, disk_setup, docker, postgresql, pgbouncer, redis, nginx, zabbix_agent - ansible.cfg mit Pipeline-Optimierung - hosts.yml mit echten IPs (DBS01=.20, APS01=.21, WEB01=.22) - group_vars für alle Server (dbs, aps, web) - Zabbix-Server auf sentinel.xinion.de gesetzt - vault.yml.example als Vorlage für Secrets - site.yml nutzt import_playbook (DBS01→APS01→WEB01) - BRIEFING.md für alle 4 Repos angelegt (Platform, Apps, Infra, Shared) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
66 lines
784 B
Text
66 lines
784 B
Text
# Dependencies
|
|
node_modules/
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# Build output
|
|
dist/
|
|
build/
|
|
*.tsbuildinfo
|
|
|
|
# Environment (NIEMALS committen!)
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Docker volumes (lokal)
|
|
docker-data/
|
|
postgres-data/
|
|
redis-data/
|
|
media-uploads/
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Test coverage
|
|
coverage/
|
|
|
|
# Prisma
|
|
packages/core-service/prisma/*.db
|
|
packages/core-service/prisma/*.db-journal
|
|
|
|
# Generated Prisma Client
|
|
packages/core-service/node_modules/.prisma/
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/
|
|
*.tmp
|
|
|
|
# SSH Keys & Deploy Keys (NIEMALS committen!)
|
|
.keys/
|
|
|
|
# Certificates (generierte Zertifikate, nicht die CA-Config)
|
|
config/step-ca/secrets/
|
|
config/step-ca/db/
|
|
*.pem
|
|
*.key
|
|
*.crt
|
|
!config/step-ca/*.example
|
|
|
|
# Backup files
|
|
*.bak
|
|
*.backup
|