-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
58 lines (48 loc) · 1.15 KB
/
.gitignore
File metadata and controls
58 lines (48 loc) · 1.15 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
# app_rpt__ultra - System-Specific Configuration Files
#
# These files contain node-specific settings, DTMF codes, and network
# configuration that should NOT be shared in the repository.
# Template versions (.example files) are provided instead.
# User-specific Asterisk configurations
asterisk/rpt.conf
asterisk/extensions_custom.conf
asterisk/extensions.conf
asterisk/iax.conf
asterisk/modules.conf
# User-specific app_rpt configurations
app_rpt/config.ini
# AllMon3 configurations (contains node numbers, DTMF codes, etc.)
# Note: AllMon3 is typically installed in /etc/allmon3/ not in this repo
/etc/allmon3/
# Backup files
*.bkp
*.backup
*~
*.swp
*.swo
# Log files
*.log
app_rpt/logs/
/var/log/
# Runtime/temporary files
*.pyc
__pycache__/
.DS_Store
Thumbs.db
# User data
app_rpt/sounds/ids/*.ulaw
app_rpt/sounds/tails/*.ulaw
app_rpt/sounds/custom/*.ulaw
app_rpt/sounds/weather/*.ulaw
# Keep the directory structure but ignore user content
!app_rpt/sounds/ids/.gitkeep
!app_rpt/sounds/tails/.gitkeep
!app_rpt/sounds/custom/.gitkeep
!app_rpt/sounds/weather/.gitkeep
# Development/testing
/tmp/
test_*.sh
debug_*.sh
# Deployment-specific
upgrade_backup_*/
backups/