Files
netdisk-fast-download/.gitignore
q 6e6215ad7e feat(v0.2.1): 添加认证参数支持和客户端下载命令生成
主要更新:
- 新增 auth 参数加密传递支持 (QK/UC Cookie认证)
- 实现下载命令自动生成 (curl/aria2c/迅雷)
- aria2c 命令支持 8 线程 8 片段下载
- 修复 cookie 字段映射问题
- 优化前端 clientLinks 页面
- 添加认证参数文档和测试用例
- 更新 .gitignore 忽略编译目录
2026-02-05 20:35:47 +08:00

86 lines
857 B
Plaintext

# IntelliJ IDEA #
.idea/
/.idea/
*/.idea/
logs/
*/logs/
*/generated/*
*.iws
*.iml
*.ipr
# Eclipse Project files
.classpath
.project
/.settings/
.settings/
# Java class files
*.class
# Generated files
*/bin/
*/gen/
*/out/
### user ###
target/
/target/
/src/logs/
*.zip
sdkTest.log
app.yml
app-local.yml
#some local files
*/.DS_Store
.DS_Store
gradlew
gradlew.bat
unused.txt
/web-service/src/main/generated/
/db
/webroot/nfd-front/
package-lock.json
# Maven generated files
.flattened-pom.xml
**/.flattened-pom.xml
# Test files
test-filelist.java
# Temporary files
*.tmp
*.temp
*.log
*.bak
*.swp
*.swo
*~
# Node.js (if any)
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Build artifacts
*.jar
*.war
*.ear
*.zip
*.tar.gz
*.rar
# IDE specific
.vscode/
.cursor/
*.iml
*.ipr
*.iws
**/target/
**/${project.build.directory}/
**/classes/