Files
pretix_original/.gitignore
rash 94dd5b0350 setup vite and integrate fully with django
- 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
2026-02-03 09:31:22 +01:00

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/