- 添加 VS Code 调试配置(launch.json, tasks.json) - 添加 VS Code 调试使用指南 - 更新数据库端口为高位端口(MySQL: 33066, Redis: 63379) - 更新应用服务器端口为 8123 - 启用 blade-starter-liteflow 依赖 - 添加 SDKMAN 配置文件(.sdkmanrc) - 添加项目开发文档(CLAUDE.md) - 更新 .gitignore 忽略日志和部署文件 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
41 lines
366 B
Plaintext
41 lines
366 B
Plaintext
# maven #
|
|
target
|
|
|
|
logs
|
|
|
|
# windows #
|
|
Thumbs.db
|
|
|
|
# Mac #
|
|
.DS_Store
|
|
|
|
# eclipse #
|
|
.settings
|
|
.project
|
|
.classpath
|
|
.log
|
|
*.class
|
|
|
|
# idea #
|
|
.idea
|
|
*.iml
|
|
|
|
# Package Files #
|
|
*.jar
|
|
*.war
|
|
*.ear
|
|
/target
|
|
|
|
# Application logs and runtime files #
|
|
application.log
|
|
*.pid
|
|
nohup.out
|
|
|
|
# Caddy and deployment files #
|
|
Caddyfile
|
|
*.sh
|
|
*_SETUP.md
|
|
PORT_FORWARD.md
|
|
QUICKSTART.md
|
|
SERVICE_CONFIG.md
|