🗃️ Removed the .claude/settings.local.json 🗃️

CLAUDE.md
.claude/settings.local.json
Dockerfile
.env.scripts
PLAN.md
README.md
rootfs/root/docker/setup/02-packages.sh
rootfs/root/docker/setup/05-custom.sh
rootfs/root/docker/setup/07-cleanup.sh
rootfs/tmp/etc/bind/named.conf
rootfs/usr/local/bin/entrypoint.sh
This commit is contained in:
2026-05-12 20:05:33 -04:00
parent 4334b6c93b
commit 2401603bec
11 changed files with 594 additions and 75 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ exitCode=0
# Predefined actions
if [ -d "/tmp" ]; then rm -Rf "/tmp"/*; fi
if [ -d "$HOME/.cache" ]; then rm -Rf "$HOME/.cache"; fi
if [ -d "/var/bind" ]; then rm -Rf "/var/bind"/*; fi
# DO NOT wipe /var/bind here - it holds root.cache which named needs at boot.
if [ -d "/var/named" ]; then rm -Rf "/var/named"/*; fi
# - - - - - - - - - - - - - - - - - - - - - - - - -
# Main script