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

.dockerignore
.env.scripts
.gitattributes
.gitea/workflows/docker.yaml
.gitignore
LICENSE.md
README.md
rootfs/root/
rootfs/usr/local/bin/
This commit is contained in:
casjay
2026-05-12 20:09:24 -04:00
parent 8740089da2
commit 40d7f3aa08
17 changed files with 1547 additions and 771 deletions

19
.gitignore vendored
View File

@@ -1,7 +1,10 @@
# gitignore created on 05/22/25 at 21:00
# gitignore created on 05/05/26 at 14:38
# Disable reminder in prompt
ignoredirmessage
# ignore .build_failed files
**/.build_failed*
# OS generated files
### Linux ###
*~
@@ -99,17 +102,3 @@ $RECYCLE.BIN/
**/*.rewrite.sh
**/*.refactor.sh
# ignore dotenv files
.env
# Ignore the file: app.env
app.env
# Ignore the file: compose.default.yaml
compose.default.yaml
# ignore the default dotenv file
default.env
# Exclude compose.yaml just in case it has sensitive data
compose.yaml