0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-22 17:00:52 +01:00
posthog/.gitignore
Michael Matloka 427e4fac6e
Improve handling of .git* files/dirs (#3141)
* Create .gitattributes

* Remove .github/ in posthog-foss sync

* .gitignore whole directories (recursively ofc)

* Remove .gitignore line from ages past
2021-02-01 09:25:40 +01:00

33 lines
385 B
Plaintext

venv
env
.venv
*.pyc
__pycache__/
staticfiles
.env
settings.yml
.DS_Store
debug.log
*.swp
*.swo
node_modules/
*.code-workspace
node_modules
.vscode/
frontend/.cache/
.mypy_cache
frontend/dist/
frontend/types/
*Type.ts
frontend/yarn-error.log
.idea
celerybeat-schedule
celerybeat.pid
yarn-error.log
.yalc
yalc.lock
cypress/screenshots/
docker-compose.prod.yml
.python-version
*.isorted