-
-
Notifications
You must be signed in to change notification settings - Fork 294
Expand file tree
/
Copy path.gitignore
More file actions
57 lines (38 loc) · 1.25 KB
/
.gitignore
File metadata and controls
57 lines (38 loc) · 1.25 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
# Cache directory - created in scripts/install_docker.sh and scripts/install_yq.sh
/.cache
# Dialog options file
/.dialogoptions
# Dialog configuration file
/.dialogrc
# Temporary folder
/temp/
# Compose instances directory - created by scripts/compose_setup.sh for multiple compose instances
/instances/
# Local directory
/.local/
# Configuration directory
/.config/
# Docker CLI plugins directory - referenced in scripts/install_docker.sh for plugin installation
/cli-plugins/
# Compose directory - created by scripts/compose_setup.sh for storing compose files
/compose/
# Docker daemon configuration - created by scripts/install_docker.sh
/config.json
# Configuration directory - created by main.sh for storing app configs
/config/
# Alternative configuration directory - legacy path, referenced in migration scripts
/configs/
# Legacy DockSTARTER preferences file
/menu.ini
# DockSTARTer preferences file
/dockstarter.ini
# Application log file
/dockstarter.log
# Fatal log file
/fatal.log
# Shared data directory - created by scripts/compose_setup.sh for container volume mounts
/share/
# Alternative shared data directory - legacy path for backwards compatibility
/shared/
# Documentation site - generated by docs build process, referenced in
/site/