forked from wowtrust/trustdb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
78 lines (72 loc) · 1006 Bytes
/
Copy path.gitignore
File metadata and controls
78 lines (72 loc) · 1006 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
74
75
76
77
78
# Local runtime data
.trustdb/
.trustdb-dev/
.localtest/
.localdeploy/
*.records.jsonl
*.records.pebble/
*.restore-checkpoint.json
# Build outputs
bin/
build/
dist/
out/
release/
release-admin/
release-bin/
release-stage/
release-output/
clients/desktop/release-output/
!packaging/release/
!packaging/release/**
!clients/desktop/build/
!clients/desktop/build/appicon.png
*.exe
*.dll
*.so
*.dylib
*.test
*.prof
coverage.out
coverage.html
# Frontend dependencies and caches
node_modules/
.npm/
.npm-cache/
.pnpm-store/
.yarn/
.vite/
test-results/
playwright-report/
# Logs and temporary files
*.log
*.tmp
*.temp
*.bak
*.bad-*
.DS_Store
Thumbs.db
# IDE/editor local state
.vscode/
.idea/
*.swp
*.swo
# Secrets and generated local keys
*.key
*.pub
*.tdkeys
*.pem
.env
.env.*
# Local design/operations drafts
doc/
docs/*
!docs/status-notifications.zh-CN.md
!docs/performance/
!docs/performance/**
!docs/compliance/
!docs/compliance/**
!docs/integrations/
!docs/integrations/**
!docs/zh-CN/
!docs/zh-CN/**