Week 1-8: Spring Boot 学习计划完整项目
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
27
.gitignore
vendored
Normal file
27
.gitignore
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
# === IDE ===
|
||||
.idea/
|
||||
*.iml
|
||||
.vscode/
|
||||
|
||||
# === Java / Maven ===
|
||||
target/
|
||||
*.class
|
||||
*.jar
|
||||
*.war
|
||||
|
||||
# === Node / Vue ===
|
||||
node_modules/
|
||||
dist/
|
||||
|
||||
# === OS ===
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# === Claude Code ===
|
||||
.claude/
|
||||
|
||||
# === Build output ===
|
||||
out/
|
||||
|
||||
# === Logs ===
|
||||
*.log
|
||||
Reference in New Issue
Block a user