-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
48 lines (37 loc) · 801 Bytes
/
Copy path.gitignore
File metadata and controls
48 lines (37 loc) · 801 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
/target
# Database
searchbox.db
searchbox.db-shm
searchbox.db-wal
/instance/
# Meilisearch data
/meili_data/
# Vault storage — the runtime data dir at the repo root, NOT the src/vault/
# module. Anchored with a leading slash so it can't match src/vault/.
/vault/
# Generated thumbnails
static/thumbnails/
# Runtime logs
/log/
# WebView2 profile/cache (created under the data dir at runtime)
/webview2/
# IDE
.windsurf/
.idea/
.vscode/
# OS
.DS_Store
Thumbs.db
# Claude Code (local state)
.claude/settings.local.json
.claude/scheduled_tasks.lock
# Env
.env
# WiX MSI build artifacts. `wix\main.wxs`, `wix\build.ps1`, and
# `wix\make-icon.ps1` are checked in; everything else under wix\ is
# produced at package time.
/wix/payload/
/wix/License.rtf
/wix/assets/
/wix/*.wixobj
/wix/*.wixpdb