Commit b7e83d94 authored by uuo00_n's avatar uuo00_n

chore: 添加 Java/Maven 构建产物到 .gitignore

排除 target/、*.class、*.jar、*.war,避免编译产物被误提交
Co-Authored-By: 's avatarClaude Sonnet 4.6 <noreply@anthropic.com>
parent 13111c9f
...@@ -35,3 +35,9 @@ pip-delete-this-directory.txt ...@@ -35,3 +35,9 @@ pip-delete-this-directory.txt
.idea/ .idea/
.vscode/ .vscode/
.DS_Store .DS_Store
# Java / Maven
target/
*.class
*.jar
*.war
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment