-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
61 lines (54 loc) · 1.01 KB
/
.gitignore
File metadata and controls
61 lines (54 loc) · 1.01 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
######################
# Python
######################
__pycache__/
*.pyc
*.log
.env
######################
# 编辑器 / IDE
######################
.idea/
*.iml
.vscode/
.DS_Store
*.code-workspace
######################
# CodeBuddy
######################
.codebuddy/
######################
# 运行时临时文件(各 skill 的 temp/ 统一存放,不提交 git)
######################
skills/*/temp/
######################
# Java / Android / Gradle 构建产物
######################
*.class
target/
**/target/
.gradle
build/
captures/
local.properties
.externalNativeBuild
.cxx
######################
# AAF 相关项目目录(若用户在本仓库内 clone 这些项目,不纳入版本控制)
######################
AndroidAppFactory
AndroidAppFactory-Doc
Template-Empty
Template_Android
Template-AAF
AAF-Temp/
######################
# 升级验证报告(自动生成)
######################
*_upgrade_report*.md
*_error*.md
######################
# Skill 打包文件
######################
*.zip
.codebuddy