mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-29 03:04:16 +01:00
9134e13177
* upgrade to kea2 beta * remove empty createStore * add yalc to .gitignore * add kea 2 and babel-plugin-kea
26 lines
295 B
Plaintext
26 lines
295 B
Plaintext
venv
|
|
env
|
|
*.pyc
|
|
staticfiles
|
|
.env
|
|
settings.yml
|
|
.DS_Store
|
|
debug.log
|
|
*.swp
|
|
*.swo
|
|
impliu/static/CACHE/*
|
|
node_modules/*
|
|
*.code-workspace
|
|
node_modules
|
|
.vscode/*
|
|
frontend/.cache/
|
|
.mypy_cache
|
|
frontend/dist/*
|
|
frontend/yarn-error.log
|
|
.idea
|
|
celerybeat-schedule
|
|
celerybeat.pid
|
|
yarn-error.log
|
|
.yalc
|
|
yalc.lock
|