mirror of
https://gitlab.bertha.cloud/partitio/Nextcloud-Partitio/gonextcloud
synced 2025-07-04 05:12:26 +00:00
fix #6: added gowebdav and webdav interface (TODO: webdav tests)
This commit is contained in:
19
vendor/github.com/studio-b12/gowebdav/.gitignore
generated
vendored
Normal file
19
vendor/github.com/studio-b12/gowebdav/.gitignore
generated
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
# Folders to ignore
|
||||
/src
|
||||
/bin
|
||||
/pkg
|
||||
/gowebdav
|
||||
/.idea
|
||||
|
||||
# Binaries for programs and plugins
|
||||
*.exe
|
||||
*.exe~
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
|
||||
# Test binary, build with `go test -c`
|
||||
*.test
|
||||
|
||||
# Output of the go coverage tool, specifically when used with LiteIDE
|
||||
*.out
|
Reference in New Issue
Block a user