-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path.gitignore
More file actions
95 lines (75 loc) · 1.55 KB
/
Copy path.gitignore
File metadata and controls
95 lines (75 loc) · 1.55 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
# dependencies
node_modules/
.pnpm-store/
# build output
dist/
out/
build/
# build-time source modules, not build output (the bare build/ pattern above would eat them)
!apps/desktop/src/build/
!apps/mobile/src/build/
.vite/
expo-export/
*.tsbuildinfo
# turbo
.turbo/
# eslint (content-keyed cache, written by every `pnpm lint` run)
.eslintcache
# expo / react-native
.expo/
.expo-shared/
*.jks
*.p8
*.p12
*.key
*.mobileprovision
*.orig.*
# electron build artifacts
release/
apps/desktop/sidecar/
# generated immutable config bootstrap (CODE-552; rendered by the pinned config publisher)
apps/desktop/generated/
apps/mobile/generated/
apps/mobile/src/runtime/config/bundled.generated.ios.ts
apps/mobile/src/runtime/config/bundled.generated.android.ts
# standalone daemon distribution (pnpm --prod deploy output)
apps/daemon/standalone/
# logs
*.log
npm-debug.log*
pnpm-debug.log*
# env
.env
.env.*
!.env.example
# editor / os
.DS_Store
.idea/
.vscode/*
!.vscode/extensions.json
!.vscode/settings.json
*.swp
# test coverage
coverage/
# Electron build output
/out
# Rust
/target
# Devenv
.devenv*
devenv.local.nix
devenv.local.yaml
# direnv
.direnv
# pre-commit
.pre-commit-config.yaml
# Claude Code local state (plans, worktrees) — never tracked or linted
.claude/worktrees/
# Amp Orb runtime state and generated Portal manifests
.amp/*
!.amp/services.yaml
# Volatile task packets
/tasks/
# Vendored Effect source for the effect-ts skill's research prerequisite (see root AGENTS.md).
# Bootstrap: git clone https://github.com/Effect-TS/effect-smol .repos/effect
.repos/