-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
68 lines (60 loc) · 2.3 KB
/
.gitignore
File metadata and controls
68 lines (60 loc) · 2.3 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
# ─── Secrets ────────────────────────────────────────────
.env
.env.local
.env.production
.env.*.local
# Local snapshots of /opt/zeroauth/.env taken via the runbook at
# docs/operations/env-vars.md. Latest + per-change archival copies.
# Contain real production credentials — never commit.
.env.production.snapshot
.env.production.snapshot.*
PRODUCTION_CREDENTIALS.md
GITHUB_SECRETS.md
# Internal operator + development prompt library — do not publish.
# This is the founder/senior-engineer playbook (patent numbers, pricing,
# buyer-specific demos, brainstorm transcripts).
zeroauth_prompt_suite/
ZeroAuth_Prompt_Suite.zip
# ─── Dependencies ───────────────────────────────────────
node_modules/
dashboard/node_modules/
website/node_modules/
# ─── Build output ───────────────────────────────────────
dist/
dashboard/build/
dashboard/dist/
website/build/
website/.docusaurus/
artifacts/
cache/
typechain-types/
# ─── Android (mobile/ — Phase 1 banking app, C-101 onwards) ───
# Duplicates the rules in mobile/.gitignore so an accidental top-level
# `git add .` outside the subtree still skips the noisy artefacts.
mobile/.gradle/
mobile/local.properties
mobile/**/build/
mobile/**/.cxx/
mobile/**/*.keystore
mobile/**/*.jks
# ─── Coverage / logs ────────────────────────────────────
coverage/
*.log
docs/missfont.log
# ─── Playwright ─────────────────────────────────────────
dashboard/playwright-report/
dashboard/test-results/
dashboard/.playwright/
# ─── OS / editor ────────────────────────────────────────
.DS_Store
.vscode/
.idea/
*.swp
# Per-developer Claude Code settings stay private, but the project-shared
# skills, agents, hooks, and slash commands are tracked so every contributor
# loads them on session start (DP3).
.claude/*
!.claude/skills/
!.claude/agents/
!.claude/hooks/
!.claude/commands/