An example of how to make an out of tree backend for rclone

This commit is contained in:
Nick Craig-Wood
2025-05-07 11:52:26 +01:00
commit 198a408101
9 changed files with 1902 additions and 0 deletions

23
.gitignore vendored Normal file
View File

@@ -0,0 +1,23 @@
*~
_junk/
/rclone
/rclone.exe
/rclone_out_of_tree_example
build
/docs/public/
/docs/.hugo_build.lock
/docs/static/img/logos/
rclone.iml
.idea
.history
.vscode
*.test
*.iml
fuzz-build.zip
*.orig
*.rej
Thumbs.db
__pycache__
.DS_Store
resource_windows_*.syso
.devcontainer