bfbbbdd1de
- 新增系统配置表(SystemConfig)用于存储 Builder API Key - 实现 Builder API Key 的前端配置页面 - 集成 Builder Relayer API 支持 Gasless 交易 - 在 API 健康检查中添加 Builder Relayer API 检测 - 移除前端 API 测试功能,简化配置页面 - 修复赎回仓位时的 Builder API Key 检查逻辑 - 更新错误处理,引导用户配置 Builder API Key
106 lines
1.2 KiB
Plaintext
106 lines
1.2 KiB
Plaintext
# IDE
|
|
.idea/
|
|
*.iml
|
|
*.iws
|
|
*.ipr
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
|
|
# Gradle
|
|
backend/.gradle/
|
|
backend/build/
|
|
backend/bin/
|
|
backend/out/
|
|
backend/*.log
|
|
backend/gradle-app.setting
|
|
backend/.gradle
|
|
backend/gradle-wrapper.jar
|
|
|
|
# Kotlin
|
|
*.kt.bak
|
|
*.class
|
|
|
|
# Java
|
|
*.jar
|
|
*.war
|
|
*.ear
|
|
*.class
|
|
hs_err_pid*
|
|
|
|
# Node.js
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
.pnpm-store/
|
|
polymarket-trading-bot/
|
|
# Frontend build
|
|
frontend/dist/
|
|
frontend/.vite/
|
|
frontend/.cache/
|
|
frontend/.temp/
|
|
frontend/.tmp/
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
*.env
|
|
|
|
# Application properties (may contain sensitive data)
|
|
backend/src/main/resources/application-local.properties
|
|
backend/src/main/resources/application-dev.properties
|
|
backend/src/main/resources/application-prod.properties
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Database
|
|
*.db
|
|
*.sqlite
|
|
*.sqlite3
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
.cache/
|
|
|
|
# Coverage
|
|
coverage/
|
|
*.lcov
|
|
.nyc_output/
|
|
|
|
# Test
|
|
test-results/
|
|
*.test.log
|
|
|
|
# Misc
|
|
*.bak
|
|
*.backup
|
|
*.old
|
|
|
|
# Submodules and external dependencies
|
|
clob-client/
|
|
builder-relayer-client/
|
|
|