0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-22 08:40:03 +01:00
posthog/.gitignore
Marius Andra 45f10a8eaf
Kea TypeGen 0.2 (#1427)
* kea-typegen 0.2

* remove old Type.ts files

* more setup for typegen-0.2, update yarn scripts, remove webpackbar

* import types from the right paths

* update ENV in build script
2020-08-14 17:02:57 +02:00

28 lines
334 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/types/*
frontend/yarn-error.log
.idea
celerybeat-schedule
celerybeat.pid
yarn-error.log
.yalc
yalc.lock
cypress/screenshots/*