mirror of
https://github.com/offen/docker-volume-backup.git
synced 2026-04-23 08:55:36 +02:00
Fix WebDAV spelling, remove some inconsistencies (#143)
* Simplify logging, fix WebDAV spelling * Define options types per package * Move util functions that are not used cross package * Add per file license headers * Rename config type
This commit is contained in:
@@ -1,19 +1,7 @@
|
||||
# Ignore everything
|
||||
*
|
||||
|
||||
# Exceptions:
|
||||
# Note: Wildcards for directories like * or ** don't work (yet) with exclamation marks!
|
||||
|
||||
!cmd/backup/*.go
|
||||
!cmd/backup/*.tmpl
|
||||
|
||||
!internal/storage/*.go
|
||||
!internal/storage/local/*.go
|
||||
!internal/storage/s3/*.go
|
||||
!internal/storage/ssh/*.go
|
||||
!internal/storage/webdav/*.go
|
||||
!internal/utilities/*.go
|
||||
|
||||
!Dockerfile
|
||||
!entrypoint.sh
|
||||
!go.*
|
||||
test
|
||||
.github
|
||||
.circleci
|
||||
docs
|
||||
.editorconfig
|
||||
LICENSE
|
||||
README.md
|
||||
|
||||
Reference in New Issue
Block a user