mirror of
https://github.com/AlistGo/alist.git
synced 2025-04-19 18:58:46 +08:00

* feat: add doge driver * doc: 补充readme文档 * fix: 对齐meta信息 * fix: 调整结构体名字,与driver保持一致 * perf: merge to s3 * Rename goge.go to doge.go --------- Co-authored-by: Andy Hsu <i@nn.ci>
34 lines
423 B
Plaintext
34 lines
423 B
Plaintext
.idea/
|
|
.DS_Store
|
|
output/
|
|
/dist/
|
|
|
|
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.db
|
|
*.bin
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# Dependency directories (remove the comment below to include it)
|
|
# vendor/
|
|
/bin/*
|
|
*.json
|
|
/build
|
|
/data/
|
|
/tmp/
|
|
/log/
|
|
/lang/
|
|
/daemon/
|
|
/public/dist/*
|
|
/!public/dist/README.md
|
|
|
|
.VSCodeCounter |