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
| # OS/editor noise
| .DS_Store
| *.swp
| *.swo
|
| # Frontend dependencies and generated output
| VoiceSnapGo/frontend/node_modules/
| VoiceSnapGo/frontend/dist/
|
| # Go/build artifacts
| VoiceSnapGo/build/local/
| VoiceSnapGo/VoiceSnap
| *.app/
| *.dmg
|
| # Generated iconset intermediates; keep source PNG/ICNS assets in build/darwin.
| VoiceSnapGo/build/darwin/icon.iconset/
| VoiceSnapGo/build/darwin/approved_app_icon.iconset/
|
| # Runtime data should live in Application Support, not source control.
| config.json
| userdict.json
| history.json
| app.log
| models/
|
|