-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitignore
More file actions
57 lines (53 loc) · 931 Bytes
/
Copy path.gitignore
File metadata and controls
57 lines (53 loc) · 931 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
# ==========================================
# VoiceSnap 极简 .gitignore (仅保留核心源码)
# ==========================================
# 1. 默认忽略所有文件
*
# 2. 允许特定的根目录文件
!LICENSE
!README.md
!CHANGELOG.md
!screenshot.png
!.gitignore
!CLAUDE.md
# 3. 允许特定的源码目录及其内容
!VoiceSnap.Engine/
!VoiceSnap.Engine/**
!VoiceSnapWPF/
!VoiceSnapWPF/**
!VoiceSnapGo/
!VoiceSnapGo/**
!VoiceSnapWin7/
!VoiceSnapWin7/**
# 4. 在允许的目录中,重新忽略不需要的产物
**/bin/
**/obj/
**/publish/
**/models/
**/*.exe
**/*.onnx
**/*.dll
**/*.pdb
**/*.user
**/*.suo
**/*.cache
**/.vs/
**/.vscode/
**/redist/
# Go / Node artifacts
**/node_modules/
**/*.syso
**/*.log
**/frontend/dist/
**/PLAN.md
**/config.json
VoiceSnapGo/history.json
VoiceSnapGo/instructions.md
**/.DS_Store
**/.task/
**/build/release/
# Win7 SFX build artifacts
**/*.zip
**/*.7z
**/*.sfx
**/install.bat