-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
64 lines (55 loc) · 1016 Bytes
/
.gitignore
File metadata and controls
64 lines (55 loc) · 1016 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
.DS_Store
*.pem
node_modules
/.npm-cache
/apps/desktop/release-stable
/apps/desktop/.cache
# Temp/debug artifacts
*_diff.txt
*.png
!docs/**/*.png
!apps/web/public/**/*.png
!apps/ios/**/*.png
# Python cache
__pycache__/
*.pyc
# Database
*.db
# Local Vite browser mock: generated from .ade/ade.db (see npm run export:browser-mock-ade)
/apps/desktop/src/renderer/browser-mock-ade-snapshot.generated.json
# Build outputs
/apps/ade-cli/dist/
/apps/desktop/release/
/apps/desktop/dist/
/apps/desktop/vendor/crsqlite/darwin-x64/
# Release & local
PRtab
.sandbox_probe
.pnpm-debug.log
pnpm-lock.yaml
release/
release-stable/
/.electron-cache
# Secrets & env
.env*
!.env.example
*.key
.env.local
# Docs / binary assets
*.pdf
# Xcode user data & derived data
xcuserdata/
*.xcuserstate
/.derived-data/
apps/ios/.dry-run-derived-data/
apps/ios/build/
ios-signing/
/.asc/artifacts/
# Tool configs (personal)
.codex/
.pnpm-store/
/apps/desktop/.ade
/.ade/shipLane/
/.playwright-mcp
/.codex-derived-data
package-lock.json