-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
40 lines (36 loc) · 1.04 KB
/
.gitignore
File metadata and controls
40 lines (36 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# ==========================================
# 1. 根目录环境工具 (对应你的截图,精准屏蔽)
# ==========================================
/jdk-21/
/apache-maven-*/
/Courseware/
# ==========================================
# 2. 递归屏蔽所有 Java/Spring Boot 项目的构建垃圾
# (无论在 backend, demoOverview 还是 Homework01 下都生效)
# ==========================================
# 忽略任何目录下的 target 文件夹
**/target/
# 忽略所有 class 字节码
**/*.class
# 忽略日志
**/*.log
# ==========================================
# 3. IDE 配置文件 (屏蔽 JetBrains 和 VSCode 配置)
# ==========================================
.idea/
**/.idea/
*.iml
*.iws
.vscode/
# ==========================================
# 4. 前端通用屏蔽 (针对 frontend 文件夹)
# ==========================================
**/node_modules/
**/dist/
**/build/
# ==========================================
# 5. 系统垃圾
# ==========================================
.DS_Store
Thumbs.db
experiments/experiment01/~WRL3962.tmp