-
Notifications
You must be signed in to change notification settings - Fork 300
Expand file tree
/
Copy path.gitignore
More file actions
34 lines (31 loc) · 1.11 KB
/
Copy path.gitignore
File metadata and controls
34 lines (31 loc) · 1.11 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
.DS_Store
.venv/
.build/
node_modules
dist/
*.log
*.tmp
.electron-shots/
release/
generated/
# Upgraded checkouts can retain generated Tauri output after the obsolete
# tracked shell is removed. Keep the ignores narrow so no replacement source
# can silently accumulate under either legacy application path.
apps/desktop/src-tauri/target/
apps/desktop/src-tauri/gen/
apps/desktop/src-tauri/icons/android/
apps/desktop/src-tauri/icons/ios/
apps/desktop/src-tauri/icons/64x64.png
apps/desktop/src-tauri/icons/Square*.png
apps/desktop/src-tauri/icons/StoreLogo.png
apps/desktop/src-tauri/icons/icon.icns
# Electron builder output lands in sibling dirs of release/ during local
# packaging runs (release-local, release-rebuild, release-rebuild-N). The bare
# `release/` rule above never covered them, so ~3 GB of compiled app bundles sat
# untracked-but-unignored -- which is how 180 MB `Codex` binaries reached the
# object store in the first place.
release-local/
release-rebuild*/
# Scratch imagegen output. The campaign PNGs it produces are committed
# under docs-site/public/campaign/, which is the copy the site serves.
output/