-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
102 lines (88 loc) · 1.68 KB
/
Copy path.gitignore
File metadata and controls
102 lines (88 loc) · 1.68 KB
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
# macOS
.DS_Store
# Editors
.idea/
.vscode/
# Local agent instructions
AGENTS.md
.claude/
# Xcode / iOS local state
/mobile/ios/Kinic.xcodeproj/
**/DerivedData/
**/build/
**/xcuserdata/
**/*.xcuserstate
**/*.xcscmblueprint
**/*.xcresult/
**/*.xcodeproj/project.xcworkspace/contents.xcworkspacedata
**/*.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
**/*.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/configuration/
# Android local state
/mobile/android/.gradle/
/mobile/android/.kotlin/
# Rust build artifacts
/target/
**/target/
# Local databases
*.db
*.sqlite
*.sqlite3
*.db-shm
*.db-wal
*.sqlite-shm
*.sqlite-wal
.kinic/config.toml
# Temp files
/tmp/
node_modules/
**/.next/
*.tmp
*.tsbuildinfo
.playwright-cli/
.pnpm-store/
.worktrees/
.speca/
outputs/
__pycache__/
*.pyc
# Frontend build and test artifacts
**/.next/
**/.open-next/
**/.tmp-test/
**/dist/
**/.wrangler/
**/.turbo/
**/out/
**/test-results/
**/playwright-report/
**/coverage/
**/next-env.d.ts
**/cloudflare-env.d.ts
**/.env.local
**/.env.e2e.local
**/.env.testflight.local
**/.dev.vars
# Generated copies and store assets
/extensions/wiki-clipper/store-listing/assets/*.png
/extensions/wiki-clipper/store-listing/screenshots/*.png
# Local release runbook drafts
/docs/MAINNET_TESTFLIGHT_RELEASE.md
# Obsidian plugin artifacts
/plugins/kinic-wiki/node_modules/
/plugins/kinic-wiki/main.js
# icp-cli local state
/.icp/cache/
# Local hooks and helper scripts
/.githooks/
/.local/
/.canbench/
/.canbench-tools/
/canbench_results.yml
/canbench_results.csv
/.benchmarks/
/artifacts/
/outputs/
extensions/wiki-clipper/release/
/npm/kinic-vfs-cli/vendor/
# Keep ic-hybrid-sqlite as its own repo for now
/ic-hybrid-sqlite/