forked from PostHog/posthog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
59 lines (59 loc) · 1019 Bytes
/
.gitignore
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
venv
env
.venv
*.pyc
__pycache__/
staticfiles
.env
settings.yml
.DS_Store
debug.log
*.swp
*.swo
node_modules/
*.code-workspace
node_modules
frontend/.cache/
.mypy_cache
frontend/dist/
frontend/types/
frontend/__snapshots__/__diff_output__/
frontend/__snapshots__/__failures__/
*Type.ts
frontend/pnpm-error.log
frontend/tmp
.idea
celerybeat-schedule
celerybeat.pid
pnpm-error.log
.yalc
yalc.lock
.vscode/*
!.vscode/launch.json
cypress/screenshots/
cypress/downloads/
cypress/**/*.diff.png
docker-compose.prod.yml
# pyenv local config
.python-version
*.isorted
build-storybook.log
storybook-static
ee/benchmarks/results
.coverage
coverage-*.xml
object_storage/
__emails__
share/GeoLite2-City.mmdb
a11y/
/test-results/
/playwright-report/
playwright/e2e-vrt/**/*-darwin.png
# ANTLR-generated temp files when "npm run grammar:build" crashes
gen/
# Local files generated for the ANTLR VS Code extension (https://github.com/mike-lischke/vscode-antlr4)
.antlr
upgrade/
hogvm/typescript/dist
.wokeignore
plugin-transpiler/dist