From 53f3f7f2f0b3647f5358e29928cc8e161588e76c Mon Sep 17 00:00:00 2001 From: SBCrumb Date: Tue, 9 Sep 2025 16:56:14 -0400 Subject: [PATCH] Clean up temporary troubleshooting files --- .gitignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e7b4067..644c789 100644 --- a/.gitignore +++ b/.gitignore @@ -65,4 +65,11 @@ CODE_STRUCTURE.local RESTART_SUMMARY.md # Ignore GitHub workflows when pushing to Gitea -.github/ \ No newline at end of file +.github/ + +# Temporary troubleshooting files - to be removed +Dockerfile.optimized +fix-gitea-packages.md +configure-docker-insecure.md +CLEANUP.md +README-OPTIMIZED.md \ No newline at end of file