mirror of
https://github.com/casjaysdevdocker/rarbg
synced 2025-09-19 15:57:50 -04:00
🗃️ Committing everything that changed 🗃️
Some checks failed
release-tag / release-image (push) Failing after 2h28m6s
Some checks failed
release-tag / release-image (push) Failing after 2h28m6s
Dockerfile .env.scripts .gitattributes .gitignore rootfs/.gitea/ rootfs/root/ rootfs/usr/local/bin/entrypoint.sh rootfs/usr/local/bin/pkmgr rootfs/usr/local/etc/docker/functions/entrypoint.sh rootfs/usr/local/share/template-files/config/env/default.sample rootfs/usr/local/share/template-files/config/env/examples/ rootfs/usr/local/share/template-files/config/.gitkeep rootfs/usr/local/share/template-files/data/
This commit is contained in:
14
.gitignore
vendored
14
.gitignore
vendored
@@ -1,4 +1,4 @@
|
||||
# gitignore created on 07/03/23 at 17:05
|
||||
# gitignore created on 09/16/25 at 11:50
|
||||
# Disable reminder in prompt
|
||||
ignoredirmessage
|
||||
|
||||
@@ -80,8 +80,9 @@ $RECYCLE.BIN/
|
||||
# ignore commit message
|
||||
**/.gitcommit
|
||||
|
||||
#ignore .failed
|
||||
**/.build_failed
|
||||
# ignore .build_failed files
|
||||
**/.build_failed*
|
||||
|
||||
|
||||
# ignore .bak files
|
||||
**/*.bak
|
||||
@@ -95,5 +96,8 @@ $RECYCLE.BIN/
|
||||
# ignore .installed files
|
||||
**/.installed
|
||||
|
||||
# Ignore the database File
|
||||
rootfs/usr/local/share/template-files/data/db/rarbg/database.sqlite
|
||||
# ignore work in progress files
|
||||
**/*.rewrite.sh
|
||||
**/*.refactor.sh
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user