feat: add configuration documentation for OneDrive and OpenDAL storage integration

This commit is contained in:
Lan
2026-01-24 10:53:48 +08:00
parent 9120486449
commit d5b0327f90
125 changed files with 64 additions and 811 deletions
+49 -2
View File
@@ -1,3 +1,50 @@
*.md
.idea
# Git
.git
.gitignore
.gitattributes
# IDE
.idea
.vscode
*.swp
*.swo
# Documentation
*.md
docs/
LICENSE
# Development
.venv
__pycache__
*.pyc
*.pyo
.pytest_cache
.coverage
htmlcov/
# macOS
.DS_Store
._*
# Frontend source (will be built from GitHub)
fcb-fronted/
themes/
# Test files
test_*.py
tests/
# Data (should be mounted as volume)
data/
# GitHub
.github/
# Docker
Dockerfile
docker-compose.yml
.dockerignore
# Claude
.claude/