forked from kodustech/kodus-ai
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
166 lines (141 loc) · 2.52 KB
/
Copy path.gitignore
File metadata and controls
166 lines (141 loc) · 2.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
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
163
164
165
166
# compiled output
/dist
apps/*/dist
/node_modules
# TypeScript compiled files (should NOT be in src/ or packages/)
# These should only exist in dist/ directories
*.d.ts
*.js.map
# Ignore compiled .js files in src/ and packages/ (they should be in dist/)
# But exclude dist/ directories (those are OK - managed by each package)
src/**/*.js
packages/**/*.js
!src/**/dist/**/*.js
!packages/**/dist/**/*.js
# But keep source .js files (config files, scripts, fixtures, etc.)
!*.config.js
!**/*.config.js
!scripts/**/*.js
!**/scripts/**/*.js
!**/__fixtures__/**/*.js
# Explicit exceptions for root-level source .js files (for clarity)
!tsconfig-paths-bootstrap.js
.env
.env.qa
.env.prod
.env.local
# E2B sandbox secrets
e2b-sandbox/config.json
_*
!apps/web/src/**/_*
!test/__mocks__/
!**/__tests__/
# Logs
logs
*.log
npm-debug.log*
pnpm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
# OS
.DS_Store
# Tests
/coverage
/.nyc_output
# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
.specify/
# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# Sentry Config File
.sentryclirc
# yarn novo
.yarnrc.yml
.yarn
.cosine
.bmad
.vscode/settings.json
.vscode/launch.json
dev.env
**/workflow-bundle.js
/kmeans_frames
/temp
.kodus-graph-cache.json
environment.ts
src/ee/configs/environment/environment.ts
certs
.windsurf
.sdk
.yalc
yalc.lock
.env.test
.env.local.tmp
docker-compose.prod-local.yml
# packages
# .packages
#packages/kodus-flow/
.test.json
# Temporary JSON files
MIGRATION-GRPC-TO-HTTP.md
scripts/duplicate-prs
# Custom
test.json
specs
.cursor/rules/bmad/
.specify
.opencode
.build_cache
.opencode
.cursor
.claude
.codex
.agents
skills-lock.json
# Eval results
evals/promptfoo/results/
evals/promptfoo-safeguard/results/
# ESLint Cache
.eslintcache
.worktrees
.entire
scripts/pr-creator/accounts.json
scripts/pr-creator/package-lock.json
scripts/pr-creator/node_modules
.spectral-report.json
docs/openapi.postman_environment.json
docs/openapi.newman.json
docs/openapi.newman.responses.2xx.json
docs/openapi.newman.responses.4xx-5xx.json
# Web (Next.js)
apps/web/.next/
# TypeScript incremental cache
*.tsbuildinfo
apps/web/out/
apps/web/build/
apps/web/coverage/
apps/web/node_modules/
apps/web/.pnp
apps/web/.pnp.js
apps/web/.vercel
apps/web/.env
apps/web/.env*.local
apps/web/next-env.d.ts
apps/web/.idea
apps/web/.project
apps/web/.classpath
apps/web/.c9/
apps/web/*.launch
apps/web/.settings/
apps/web/*.sublime-workspace
apps/web/.vscode