mirror of
https://github.com/casjaysdevdocker/transmission
synced 2025-09-18 09:57:42 -04:00
🗃️ Committing everything that changed 🗃️
bin/entrypoint-transmission.sh bin/.gitkeep config/.gitkeep config/transmission/settings.json data/.gitkeep Dockerfile .dockerignore .gitignore .gitkeep LICENSE.md README.md rootfs/.gitkeep rootfs/usr/local/bin/entrypoint.sh rootfs/usr/local/bin/.gitkeep rootfs/usr/local/bin/start-transmission.sh rootfs/usr/local/etc/ rootfs/usr/local/share/template-files/config/env/ rootfs/usr/local/share/template-files/config/transmission/
This commit is contained in:
14
.gitignore
vendored
14
.gitignore
vendored
@@ -1,4 +1,4 @@
|
||||
# gitignore created on 09/26/22 at 13:31
|
||||
# gitignore created on 07/04/23 at 22:26
|
||||
# Disable reminder in prompt
|
||||
ignoredirmessage
|
||||
|
||||
@@ -20,7 +20,7 @@ ignoredirmessage
|
||||
|
||||
### macOS ###
|
||||
# General
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
|
||||
@@ -70,12 +70,13 @@ $RECYCLE.BIN/
|
||||
*.msm
|
||||
*.msp
|
||||
|
||||
# misc
|
||||
!*/README*
|
||||
!inc/main.bash
|
||||
|
||||
# Windows shortcuts
|
||||
*.lnk
|
||||
|
||||
# Other
|
||||
**/.installed
|
||||
|
||||
# ignore commit message
|
||||
**/.gitcommit
|
||||
|
||||
@@ -91,3 +92,6 @@ $RECYCLE.BIN/
|
||||
# ignore .no_git files
|
||||
**/.no_git
|
||||
|
||||
# ignore .installed files
|
||||
**/.installed
|
||||
|
||||
|
Reference in New Issue
Block a user