forked from Backtthefuture/TokenStep
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
54 lines (47 loc) · 1.51 KB
/
Copy path.gitignore
File metadata and controls
54 lines (47 loc) · 1.51 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
.DS_Store
__pycache__/
*.pyc
logs/
data/
dashboard.html
config/settings.json
config/autostart-default-applied
TokenStepSwift/.build/
TokenStepSwift/dist/
TokenUsageMenuApp/dist/
release/
# Windows build artifacts
windows/src-tauri/target/
windows/src-tauri/gen/schemas/
# Stray device-name file accidentally created by Windows shell redirects
nul
# Built release artifacts — distribute via GitHub Releases, not in the repo
/TokenStep.exe
/TokenStep_*.exe
/TokenStep*.dmg
/TokenStep*.zip
# sign.bat / build-release.bat also leave versioned setup exes under windows/
# (intermediate, before deploy to repo root) — ignore those too.
/windows/*_x64-setup.exe
/windows/TokenStep.exe
/windows/TokenStep_v*.exe
# Code signing secrets (self-signed cert + private key) — NEVER commit
_secrets/
*.pfx
*.p12
TokenStep-codesign.cer
node_modules/
# Local dev-only artifacts (share-card preview tool, build logs, screenshot assets)
windows/ui/share_card_preview.html
_build_align*.log
pictures/
# === Closed-source dual-leaderboard reporter component ===
# reporter/ is an OPTIONAL, SEPARATE, CLOSED-SOURCE component that uploads to
# scys.com + zhenganhuo.com leaderboards. It is NOT part of the open-source
# TokenStep app and must NEVER be committed (keeps the open main exe provably
# upload-free; see docs/PRIVACY.md and docs/溯源分析-TokenRank-EXE来源.md).
reporter/
reporter_*/
# Local investigation notes (contain token-rank/opentoken reverse-engineering
# findings, credentials paths, uninstall scripts) — kept local only.
questions/