-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy path.gitignore
More file actions
91 lines (76 loc) · 1.59 KB
/
Copy path.gitignore
File metadata and controls
91 lines (76 loc) · 1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# Work in progress — local only, not published
_wip/
# Claude Code — local only, not for public repo
CLAUDE.md
commit-and-push.sh
json-editor.js
json-editor-start.sh
json-editor-stop.sh
.json-editor.pid
last_order_claude.md
.last_order_claude.md.kate-swp
.server.pid
internal_audit_report_rules.md
gh-token.md
current_conversation.md
resume.sh
# Internal-only scripts — personal infra/workflow, not for public repo
scripts/setup-server.sh
scripts/reset-data.sh
scripts/stego.py
scripts/install-test-env.sh
scripts/publish-to-github.sh
scripts/fix-demo-bundles.js
# Dependencies
node_modules/
docs/community/
# Environment & secrets — NEVER commit
.env
.env.local
.env.production
# SSL certificates — NEVER commit
ssl/
# Runtime / generated
*.log
logs/
dist/
build/
# Backups created by backup-and-deploy.sh
data.bak.*
*.bak
*.bak.*
/scripts/bacup-and-deploy.sh
# soa.json mit ISO-Controls (urheberrechtlich geschützt, nicht im Repo)
data/soa.full.json
# Sensitive runtime data (generated, not needed for demo)
data/audit-log.json
data/embeddings.json
data/rbac_users.json.bak*
data/.demo_reset_done
data/.demo_lang_set
# Uploaded binary files (not tracked in git)
data/template-files/
data/guidance/files/
data/bcm-files/
data/governance-files/
data/legal/
# SQLite database (generated from JSON seed on first run)
data/isms.db
data/isms.db-shm
data/isms.db-wal
# Dev tools
.opencode
session*.md
.claude/
tmp/
.DS_Store
Thumbs.db
claude.md
# Puppeteer cache
.local-chromium/
.lcm/
# Demo-Server-Management (nicht publizieren)
demo-management/
# Privates Backlog (nicht publizieren)
docs/private/
landing/