🗃️ Removed the .claude/settings.local.json 🗃️
Some checks failed
tor / release-tor (push) Has been cancelled

Dockerfile
.dockerignore
.env.scripts
.gitattributes
.gitea/workflows/docker.yaml
.gitignore
LICENSE.md
README.md
rootfs/usr/local/bin/entrypoint.sh
rootfs/usr/local/bin/pkmgr
This commit is contained in:
casjay
2026-05-12 20:09:27 -04:00
parent fddaa7d0ee
commit d503ac0ffa
10 changed files with 344 additions and 217 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