-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path.gitignore
More file actions
73 lines (62 loc) · 967 Bytes
/
Copy path.gitignore
File metadata and controls
73 lines (62 loc) · 967 Bytes
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
62
63
64
65
66
67
68
69
70
71
72
73
# Build artifacts
**/target/
**/node_modules/
**/dist/
**/bin/
**/*.class
**/*.jar
# Logs and help files
*.log
hs_err_pid*
desktop/desktop.log
# OS files
.DS_Store
Thumbs.db
# Project-specific data
data/
database/
easyvoice/temp/
pptx-service/uploads/
mineru-service/temp/
# Backup and temp files
*_backup.*
*.tmp
*.bak
# macOS duplicate-copy artifacts (e.g. "file 2.md", "LICENSE 2")
* 2
* 3
* 4
* 2.*
* 3.*
* 4.*
# IDE files
.idea/
.vscode/
.trae/
*.iml
#env
*.env
*.env.production
*.env.development
env.production
# Local/Private folders
.agent/
.cursor/
.shared/
.superpowers/
.trae/
AI Workdeck汇报/
docs/
软著材料/
25-宝库/
26-IDE汇报/
# Website source code (separate repo)
website/
websitebackend/
# Desktop build output
desktop/release/
desktop/bundled/
# 一键安装器位图(构建现场渲染,几十 MB 不入库,dev-board#339)
desktop/build/win/generated/
desktop/build/win/arm64-shell/
office-addin/installer/win/generated/