-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
106 lines (87 loc) · 1.77 KB
/
Copy path.gitignore
File metadata and controls
106 lines (87 loc) · 1.77 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
# Logs
*.log
logs/
*.log.*
# Temporary files
*.tmp
*.temp
*~
# Backup files
docs/backup-system-v2.0.0.zip
*.bak
*.backup
*~
# Documentation (work in progress, not ready for publication)
tests/RECOVERY_KEY_EXPORT_FIX.md
docs/2026014_Gnome_Mount-Unmount_Toggle.md
# shdoc analysis (development-only German documentation)
docs/shdoc-analysis/
# Tools
tools/
!tools/generate-segment-docs.sh
!tools/generate-segment-docs.runbook.md
!tools/anonymize-log.sh
# OS files
.DS_Store
Thumbs.db
desktop.ini
# Editor files
.vscode/
.idea/
*.swp
*.swo
*~
# Test artifacts
test-results/
test-output/
# Secrets file (NEVER commit - contains passwords and credentials!)
config/secrets.env
# Systemd timer production files (contain deployment-specific schedules)
systemd/backup-system-daily.timer
systemd/backup-system-weekly.timer
systemd/backup-system-dev-data-daily.timer
# Keep .example files and .service template
!systemd/*.example
!systemd/backup-system@.service
# Systemd mount units (deprecated - use fstab instead)
systemd/mnt-*.mount
systemd/mnt-*.automount
# Sensitive files
passphrase
*.key
*.pem
*.cert
# Recovery archives (contain repository keys)
recovery/
# Build artifacts
dist/
build/
*.zip
*.tar.gz
# Runtime state
.state/
*.pid
*.sock
# Various
docs/20260112_borg_nvme0n1_system_weekly_v1.sh
docs/github_gfx_teaser_1280x640.jpg
docs/github_gfx_teaser.webp
docs/github_gfx_teaser.jpg
deploy-to-github.bat
docs/plantuml_Profile_visualization.svg
docs/plantuml_Profile_visualization.txt
docs/DEPLOYMENT.md
deploy-v2.5.0.bat
deploy-verification-docs.bat
tests/logs/
docs/DOCKER_NEXTCLOUD.md
docs/README-BACKUP-SYSTEM.pdf
docs/README.md
docs/SEGMENTS.md
docs/TESTING.md