forked from pingdotgg/t3code
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
74 lines (72 loc) · 1.99 KB
/
Copy path.gitignore
File metadata and controls
74 lines (72 loc) · 1.99 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
node_modules
.bun
.turbo
.DS_Store
*.log
*.tsbuildinfo
apps/*/dist
infra/*/dist
.astro
packages/*/dist
.env
.env.local
build/
.logs/
release/
release-mock/
.t3
.idea/
apps/web/.playwright
apps/web/playwright-report
apps/web/src/components/__screenshots__
.vitest-*
__screenshots__/
.tanstack
squashfs-root/
.vercel
.gstack/
dist-electron/
.electron-runtime/
.showcase/
apps/mobile/.showcase/
artifacts/app-store/screenshots/
node_modules/
.alchemy/
*.log
.env*
!.env.example
# ru-code localization
# The build ENGINE (transform, catalog generator, build-verification gate) is fork source and
# must be tracked. The generic `build/` rule above matches ANY directory named build, so it
# would otherwise swallow the whole engine — re-include it here (the generated catalog below
# stays ignored).
!ru-code/localization/build/
!ru-code/localization/build/**
# The catalog is regenerated from the dictionary on every build.
ru-code/localization/build/catalog.generated.json
# The dictionary (translation data) and the discovery backlog are kept OUT of the fork so
# translation edits never become fork commits — they live/accumulate outside git for now
# (to be promoted to their own repo later). The build reads dict/ straight from disk.
ru-code/localization/dict/
ru-code/localization/MISSING.md
# ru-code
.claude/
SPECS/
pnpm-lock.yaml
.repos/
# release artifacts (produced by `pnpm prepare-release`; the installer consumes them)
/dist-bundle/
/preflight.mjs
# cross-repo link to the sibling @smart-tools/qwen-cli-* packages (symlink + pnpm hook)
ru-code-packages
.pnpmfile.cjs
apps/web/src/routeTree.gen.ts
apps/desktop/src/preview/AnnotationStyles.generated.ts
# ru-code: generated galleries (each regenerated by the test that owns it) + the generated
# installer. All four are ROOT-ANCHORED on purpose: a bare `install` pattern matches ANY path
# component with that name, which silently hid every new file under
# apps/server/src/ru-code/tests/install/ from git.
/install-cards.html
/launch-cards.html
/wrapper-cards.html
/install