Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
4723b59
chore(docs): remove CODEBUDDY.md and add .agent/.windsurf/ to .gitignore
TrueNine Nov 24, 2025
e0da530
chore(gitignore): add .kiro/ directory to gitignore
TrueNine Nov 30, 2025
1311429
refactor(build-logic): standardize gradle plugin naming conventions
TrueNine Nov 30, 2025
c059a74
chore(gitignore): remove agent-specific docs and add to gitignore
TrueNine Nov 30, 2025
b21cc81
chore(rds-flyway-migration): remove agent-specific CLAUDE.md document…
TrueNine Nov 30, 2025
67e404a
style(imports): consolidate and optimize import statements across mod…
TrueNine Nov 30, 2025
d39a302
chore(idea): update module and exclude folder configurations
TrueNine Nov 30, 2025
c623abf
style(imports): organize and clean up import statements across modules
TrueNine Nov 30, 2025
e052a04
chore(project): exclude gradleplugin folder from project indexing
TrueNine Nov 30, 2025
79931dc
fix(oss-volcengine-tos): handle non-existent bucket error on delete
TrueNine Dec 3, 2025
d8ad7ca
chore(idea): update and reorganize IntelliJ module and exclude folder…
TrueNine Dec 3, 2025
fd45538
chore(idea): clean up and simplify modules.xml configuration
TrueNine Dec 11, 2025
cdffecd
Merge remote-tracking branch 'origin/dev' into dev
TrueNine Dec 11, 2025
9caeda2
chore(gradle): update gradle wrapper to 9.3.0-rc-2
TrueNine Dec 26, 2025
7e42e12
Merge remote-tracking branch 'origin/dev' into dev
TrueNine Dec 26, 2025
74c391c
chore(git): 移除 .editorconfig 并更新 .gitignore
TrueNine Dec 26, 2025
69cdc6e
chore(git): 移除无效的忽略规则
TrueNine Dec 26, 2025
8fb3266
chore(deps): 更新依赖版本并添加开发者信息
TrueNine Dec 26, 2025
bfaeb4f
fix(servlet): 修复转换器返回可空类型的问题
TrueNine Dec 26, 2025
c943023
chore(build): 更新项目版本号至2025.12.26
TrueNine Dec 26, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
20 changes: 0 additions & 20 deletions .editorconfig

This file was deleted.

136 changes: 60 additions & 76 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,95 +1,79 @@
### android studio ###
/local.properties

### gradle ###
.gradle
build/
/build-cache/
/generated/
generated_tests/
.generated/
.xcodemap/
!gradle/wrapper/gradle-wrapper.jar
*.hprof
*.iml
*.ipr
*.iws
*.log
*.mode1v3
*.sln
*.xcodeproj
*.xcuserstate
*.xcworkspace
**/bin/
**/out/
*resources/static/
!**/out/
!**/src/main/**/build/
!**/src/test/**/build/
.gradle-user-home/

### kotlin ###
.kotlin
.kotlin/
!gradle/wrapper/gradle-wrapper.jar

### STS ###
.vscode/
.idea/
.agent/
.cursorignore
.qoderignore
.warpindexignore
.apt_generated
.classpath
.codebuddy/
.claude/
.cursor/
.factorypath
.factory/
.generated/
.gradle
.gradle-user-home/
.jpb/
.kiro/
.kotlin
.kotlin/
.logs
.playwright-mcp/
.project
.qoder/
.settings
.springBeans
.sts4-cache
**/bin/
src/main/**/bin/
src/test/**/bin/
.vs
.windsurf/

### IntelliJ IDEA ###
*.iws
*.iml
*.ipr
**/out/
!**/out/
src/main/**/out/
src/test/**/out/
.jpb/
*.hprof
/out/
/amplicode.xml

### NetBeans ###
/nbproject/private/
/nbbuild/
/build-cache/
/dist/
/generated/
/local.properties
/nbbuild/
/nbdist/
/.nb-gradle/

### visual studio ###
.vs
*.sln
*resources/static/

### xcode ###
*.xcworkspace
*.xcodeproj
*.xcuserstate
*.mode1v3

### logs ###
logs
.logs
*.log
/.env
### publish gpg ###
/private.gpg

### Customs ###
TODO.*

### AI Coder ###
/.intellijPlatform/
node_modules/
pnpm-lock.yaml
.claude/
.cursor/
.factory/
.ai/
__ai/
__aiissues/
CLAUDE.md
AGENTS.md

### claude code ###
/.mcp.json
/.nb-gradle/
/nbproject/private/
/out/
/private.gpg

### Windows issues ###
AGENTS.md
build/
CLAUDE.md
generated_tests/
logs
node_modules/
nul
.playwright-mcp/
.codebuddy/
.qoder/
pnpm-lock.yaml
src/main/**/bin/
src/main/**/out/
src/test/**/bin/
src/test/**/out/
TODO.*
GEMINI.md
WARP.md
.editorconfig
15 changes: 0 additions & 15 deletions .idea/.gitignore

This file was deleted.

177 changes: 0 additions & 177 deletions .idea/codeStyles/Project.xml

This file was deleted.

5 changes: 0 additions & 5 deletions .idea/codeStyles/codeStyleConfig.xml

This file was deleted.

Loading
Loading