mirror of
https://github.com/casjaysdevdocker/proftpd
synced 2025-09-18 15:57:48 -04:00
🗃️ Committing everything that changed 🗃️
bin/entrypoint-proftpd.sh config/proftpd.conf Dockerfile .dockerignore .env.scripts .gitattributes .gitignore .gitkeep LICENSE.md README.md rootfs/.gitkeep rootfs/usr/local/bin/entrypoint.sh rootfs/usr/local/bin/.gitkeep rootfs/usr/local/bin/pkmgr rootfs/usr/local/bin/start-proftpd.sh rootfs/usr/local/etc/ rootfs/usr/local/share/template-files/config/env/ rootfs/usr/local/share/template-files/config/proftpd/
This commit is contained in:
22
.gitignore
vendored
22
.gitignore
vendored
@@ -1,4 +1,4 @@
|
||||
# gitignore created on 07/09/22 at 08:44
|
||||
# gitignore created on 06/26/24 at 10:11
|
||||
# Disable reminder in prompt
|
||||
ignoredirmessage
|
||||
|
||||
@@ -20,7 +20,7 @@ ignoredirmessage
|
||||
|
||||
### macOS ###
|
||||
# General
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
|
||||
@@ -70,17 +70,19 @@ $RECYCLE.BIN/
|
||||
*.msm
|
||||
*.msp
|
||||
|
||||
# misc
|
||||
!*/README*
|
||||
!inc/main.bash
|
||||
|
||||
# Windows shortcuts
|
||||
*.lnk
|
||||
|
||||
# Other
|
||||
**/.installed
|
||||
|
||||
# ignore commit message
|
||||
**/.gitcommit
|
||||
|
||||
#ignore .failed
|
||||
**/.build_failed
|
||||
# ignore .build_failed files
|
||||
**/.build_failed*
|
||||
|
||||
|
||||
# ignore .bak files
|
||||
**/*.bak
|
||||
@@ -88,3 +90,9 @@ $RECYCLE.BIN/
|
||||
# ignore .no_push files
|
||||
**/.no_push
|
||||
|
||||
# ignore .no_git files
|
||||
**/.no_git
|
||||
|
||||
# ignore .installed files
|
||||
**/.installed
|
||||
|
||||
|
Reference in New Issue
Block a user