-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.gitignore
More file actions
72 lines (61 loc) · 1.52 KB
/
Copy path.gitignore
File metadata and controls
72 lines (61 loc) · 1.52 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
# --- Swift / SPM ---
.build/
.swiftpm/
Package.resolved
*.xcodeproj/xcuserdata/
*.xcworkspace/xcuserdata/
DerivedData/
# --- App build output ---
build/
*.app
*.dmg
*.xcarchive
# --- Bundled third-party binaries ---
# vc_redist.x86.exe / vc_redist.x64.exe — fetched by Prereqs/fetch.sh from
# Microsoft. ~40 MB combined; don't commit binary blobs.
Prereqs/*.exe
Prereqs/*.msi
# x86_64 FreeType/GnuTLS dependency chain — fetched + rewritten by
# Prereqs/fetch-wine-libs.py from Homebrew's GHCR bottles, bundled into the
# Wine runtime's lib/external. ~8 MB of dylibs; fetched on demand, not committed.
Prereqs/wine-libs/
# --- Microsoft fonts (fetched, not redistributable) ---
# MS Core Fonts For The Web come in via Resources/Fonts/fetch.sh.
# msyh.ttc / simsun.ttc must be supplied by the user from a Windows
# install — Microsoft does not redistribute them. Source Han Sans
# (*.otf, SIL OFL 1.1) is the only font family committed to the repo.
Resources/Fonts/*.TTF
Resources/Fonts/*.ttf
Resources/Fonts/msyh.ttc
Resources/Fonts/simsun.ttc
# Wine runtime is built/staged outside this repo (see README) — never commit
# even if it accidentally lands here.
SharedSupport/
# --- Node / Next.js (web/) ---
node_modules/
.next/
out/
*.tsbuildinfo
next-env.d.ts
# --- Env / secrets ---
.env
.env.local
.env.*.local
.vercel/
# --- License-signing keys ---
keys/
*.pem
*.key
*.p12
*.cer
*.provisionprofile
# --- macOS / IDE noise ---
.DS_Store
*.swp
*.bak
.idea/
.vscode/
# --- Logs ---
*.log
# --- Session-internal notes ---
HANDOVER.md