-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Expand file tree
/
Copy path.gitignore
More file actions
193 lines (163 loc) · 3.9 KB
/
.gitignore
File metadata and controls
193 lines (163 loc) · 3.9 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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
# Misc stuff, should be categorized/explained in the future
# This is sorted in ascending order, keep it that way if you wanna please
# people's OCDs ^_^
.pr-review-diff.patch
__emails__
__pycache__/
.coverage
.dlt
.dmypy.json
.DS_Store
.eslintcache
.mypy_cache
.parcel-cache
.posthog/
.postgres-backups/
.python-version
.temporal-worker-settings
.turbo
.venv
.wokeignore
.yalc
*-esbuild-bundle-visualization.html
*-esbuild-meta.json
*.code-workspace
*.db
*.isorted
*.log
*.pyc
*.swo
*.swp
**/*.tsbuildinfo
/env
/playwright-report/
/test-results/
a11y/
build-storybook.log
celerybeat-schedule
celerybeat.pid
common/hogvm/typescript/.parcel-cache
common/hogvm/typescript/dist
common/plugin_transpiler/dist
common/replay-headless/dist
common/storybook/dist
coverage-*.xml
debug.log
docker-compose.prod.yml
ee/benchmarks/results
ee/support_sidebar_max/.env
ee/support_sidebar_max/.vscode
ee/support_sidebar_max/.vscode/settings.json
ee/support_sidebar_max/max-venv/
frontend/storybook-static
max-test-venv/
node_modules/
object_storage/
playwright/e2e-vrt/**/*-darwin.png
pnpm-error.log
pyrightconfig.json
settings.yml
share/GeoLite2-City.*
staticfiles
storybook-static
temp_test_run_data.json
tmp*/
upgrade/
venv
yalc.lock
# Local ide config should be ignored but keep the example posthog.iml file
.idea
!.idea/posthog.iml
# Local VSCode config should be ignored
# but make sure we commit examples and the shared `launch.json` file
.vscode/*
!.vscode/launch.json
!.vscode/settings.example.json
!.vscode/extensions.json
# Ignoring local Zed config
# but commit shared `debug.json` file
.zed/*
!.zed/debug.json
# Kea types should be ignored
*Type.ts
# Local files generated for the ANTLR VS Code extension (https://github.com/mike-lischke/vscode-antlr4)
.antlr
# ANTLR-generated temp files when "npm run grammar:build" crashes
gen/
# Vite-specific assets (we copy public assets to src/assets) just for development
.typegen
frontend/src/assets
# Flox.dev lockfile (will differ slightly per local dev env, even with consistent pinning in TOML file)
.flox/env/manifest.lock
# Playwright cache + reports
playwright-report/
playwright/.auth/
playwright/playwright-report/
playwright/test-results/
test-results/
# Dagster
.dagster_home/*
.tmp_dagster_home*/*
!.dagster_home/.gitkeep
!.dagster_home/dagster.yaml
!.dagster_home/workspace.yaml
# Frontend caching, build artifacts, logs, private assets, etc.
common/tailwind/dist
frontend/__snapshots__/__diff_output__/
frontend/__snapshots__/__failures__/
frontend/.cache/
frontend/@posthog/apps-common/dist/
frontend/dist/
frontend/pnpm-error.log
frontend/public/Matter*.woff*
frontend/tmp
frontend/types/
# Watchman cache
.watchman-cookie-*
# Dist release target dir
target/*
# Ignore user's Cursor rules
.cursor/**/user*.mdc
# Ignore Cursor plans
.cursor/**/*.plan.md
CLAUDE.local.md
# Ignore file for clearing demo data on local
posthog/management/commands/clear_demo_data.py
# Ignore Claude Code settings
.claude/settings.local.json
.claude/worktrees/
# Ignore local mprocs configs
bin/mprocs*.local.yaml
# Ignore bin lockfiles
bin/*.lock
# Avoid commiting built binaries, they can be built locally easily
# We deploy them to releases via the `build-hobby-installer.yml` workflow
bin/hobby-installer-*
bin/hobby-installer/hobby-installer
bin/hobby-installer/hobby-installer.log
# phrocs binary
bin/phrocs
# Debug output of our session summaries product
.session-summaries
# Claude Code review outputs
CODE_DEBUGGING_SESSION.md
CODE_REVIEW.md
# SeaweedFS data + migration checkpoint
.migration-checkpoint.json
data/seaweedfs
data/seaweedfs/
# No env files except for the example
.env*
!.env.example
# Ignore Agent OS (Claude Code) files
.claude/agents/agent-os
.claude/commands/agent-os
agent-os/
# MCP build files
services/mcp/public/ui-apps
# Product skills (synced by hogli sync:skill)
.agents/skills/.gitignore
# Test output
junit.xml
# Downloaded GitHub issues for signals
products/signals/backend/github_issues/