mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
- vite starts with `python manage.py runserver` - add templatetags to simply load vite hmr and entry points - add eslint (recheck rules) - enable non-strict ts
30 lines
247 B
Plaintext
30 lines
247 B
Plaintext
env/
|
|
build/
|
|
dist/
|
|
.coverage
|
|
htmlcov/
|
|
.ropeproject
|
|
*.sqlite3
|
|
*.db
|
|
*.py[cod]
|
|
*.swp
|
|
*.aux
|
|
*.log
|
|
*.toc
|
|
*.mo
|
|
*~
|
|
.ropeproject
|
|
__pycache__/
|
|
_static/
|
|
.idea
|
|
.secret
|
|
atlassian-ide-plugin.xml
|
|
pretixeu/
|
|
local/
|
|
.project
|
|
.pydevproject
|
|
.DS_Store
|
|
node_modules/
|
|
|
|
|