0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-24 00:47:50 +01:00
posthog/.gitignore
Michael Matloka 2bb1234ad3
style(3000): Align border radius to 6px in 3000 (#18866)
* style: Align border radius to 6px in 3000

* Only affect .posthog-3000

* Also tune some non-4px radii

* Add radius comment

Co-authored-by: David Newell <d.newell1@outlook.com>

* Fix missing warehouse mocks and strictly prevent toasts

* Don't affect utility classes

---------

Co-authored-by: David Newell <d.newell1@outlook.com>
2023-11-27 18:03:32 +01:00

62 lines
1.0 KiB
Plaintext

venv
env
.venv
*.pyc
__pycache__/
staticfiles
.env
settings.yml
.DS_Store
debug.log
*.swp
*.swo
node_modules/
*.code-workspace
node_modules
.mypy_cache
frontend/.cache/
frontend/dist/
# Paid font
frontend/public/Matter*.woff*
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