-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
71 lines (60 loc) · 1.27 KB
/
Copy path.gitignore
File metadata and controls
71 lines (60 loc) · 1.27 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
# Xcode and Swift Package Manager
.build/
DerivedData/
*.xcworkspace/xcuserdata/
*.xcodeproj/xcuserdata/
*.xcuserstate
*.xcscmblueprint
.swiftpm/
Package.resolved
# App build products and archives
*.app
*.dSYM
*.ipa
*.xcarchive
*.zip
*.dmg
# Local tooling and generated artifacts
build/
documents/
scripts/AppIcon.iconset/
# JavaScript / Vite build output and dependencies
node_modules/
dist/
apps/desktop/.vite/
# Rust / Tauri build output and generated schemas
target/
apps/desktop/src-tauri/gen/
# Local configuration and secrets
.env
.env.*
*.pem
*.p12
*.mobileprovision
# macOS
.DS_Store
# Rust
target/
node_modules/
dist/
# Desktop app
node_modules/
apps/desktop/dist/
apps/desktop/src-tauri/gen/
# Wrangler local state (Cloudflare Workers dev cache)
.wrangler/
# Agent tooling — installed globally per-developer, not part of the product.
# NOTE: .github/workflows and pull_request_template.md are real CI. Never
# ignore .github wholesale, only the subfolders the skill installer creates.
.claude/skills/
.claude/settings.local.json
.agents/
.codex/
.github/skills/
.github/agents/
.github/hooks/
# Impeccable local state. Critiques in .impeccable/critique/ stay tracked —
# they are the design backlog.
.impeccable/config.local.json
.impeccable/hook.cache.json
.sajilo-dev-*