-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
162 lines (141 loc) · 3.51 KB
/
Copy path.gitignore
File metadata and controls
162 lines (141 loc) · 3.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
# IDE
.idea/
.vscode/
*.swp
*.swo
.DS_Store
# Playwright MCP artifacts
.playwright-mcp/
# .NET
bin/
obj/
*.user
*.suo
*.cache
.vs/
# Node
node_modules/
.pnpm-store/
dist/
.next/
.expo/
*.tsbuildinfo
# Environment
.env
.env.local
.env.*.local
.env.production
.env.backup
appsettings.Development.json
appsettings.Local.json
# Storage (root-level runtime directories only)
/storage/
/data/
# Logs
logs/
*.log
# Test
coverage/
TestResults/
# Playwright E2E
**/e2e/test-results/
**/test-results/
**/e2e/playwright-report/
**/e2e/.auth/
**/e2e/.test-data.json
# Build
publish/
# Backups
backups/
# Claude Code — ignore local state, but share the team config (agents/skills/commands)
.claude/*
!.claude/agents/
!.claude/skills/
!.claude/commands/
.claude/settings.local.json
.claude/scheduled_tasks.lock
# GitHub Actions Runner (if installed in project dir)
.credentials
.credentials_rsaparams
.path
.runner
.service
.env.runner
actions-runner-*.tar.gz
externals/
_work/
_diag/
config.sh
env.sh
run.sh
run-helper.*
runsvc.sh
safe_sleep.sh
svc.sh
# Personal / out-of-repo working files (resumes, LibreOffice locks, scratch
# .tmp blobs). These end up in the repo root and got accidentally committed
# in 3e90b5c — gitignore them so `git add -A` won't re-add.
Vasyl-*.pdf
Vasyl-*.docx
.~lock.*#
*.tmp
*.apk
# Python caches anywhere under infra/scripts
infra/scripts/__pycache__/
*.pyc
# Marketing/blog drafts kept locally but not shipped
/tweet-drafts.md
/social-media-pack.md
/hackernews-launch-post.md
/blog-draft-*.md
/blog-final-*.md
/blog-post-*.md
/claude-code-*.md
/comment-response-templates.md
/devto-*.md
/publish-day-cheatsheet.md
/release-notes-*.md
/alternativeto-submission.md
/awesome-selfhosted-pr.md
/AI-ENGINEER-ROADMAP.md
/PLAN-*.md
/SEO_FIX_TASK.md
/SEO_INDEX_DROP_REPORT.md
/celpip_*.tsv
/_linkedin-migration/
# Working-only marketing docs / SEO planning
docs/marketing/campaign-tracker.md
docs/marketing/ih-launch-draft.md
docs/marketing/ih-warmup-comments.md
docs/marketing/linkedin-routine/
docs/marketing/x-routine/
docs/seo/
docs/fixes/
# Build / release artifact packages
textstack-*-submission-package.*
textstack-v*-build*.apk
# Codex CLI mirrors of the .claude/ config. Generated locally, never committed —
# .agents/skills/* are byte-identical to .claude/skills/*, and AGENTS.md is CLAUDE.md
# with Claude→Codex substitutions. Keeping them untracked means they cannot drift into
# the repo as a second, staler source of truth. Regenerate from CLAUDE.md when needed.
/.agents/
/.codex/
/AGENTS.md
# Test fixture books dropped at the repo root. Sample PDFs/EPUBs belong in /data
# (already ignored); this keeps a stray 20 MB book one `git add -A` further away.
/*.pdf
/*.epub
# pnpm 10+ writes this into whichever directory it was invoked from when it wants
# to ask about ignored build scripts (esbuild, puppeteer), and it writes the
# PROMPT as the value: "esbuild: set this to true or false". apps/web is not a
# workspace root, so the file has no `packages:` field and CI's pnpm 9 refuses
# the install outright — "packages field missing or empty", 17 seconds in.
#
# It has been committed and reverted twice. Ignored rather than deleted a third
# time; the real workspace file lives at the repo root and is not affected.
apps/*/pnpm-workspace.yaml
packages/*/pnpm-workspace.yaml
# Device screenshots from QA passes. The markdown reports are the artefact worth
# keeping; the PNGs are 8-10 MB per pass in a public repo. Two passes worth are
# already tracked (10 MB, commit 17e5a46b) — left alone rather than rewritten.
docs/qa/screens/