la-chariotte/.gitignore
Alexis Métaireau 193a11f2d4 chore: use django-compressor for sass files
Rather than doing the compilation manually, use
django-compressor to automate the process.
2024-01-29 19:12:41 +01:00

13 lines
166 B
Text

__pycache__/
coverage.xml
.coverage
la_chariotte.egg-info/
node_modules
/static/*
/media/*
local_settings.py
.venv
mails.sqlite
package-lock.json
package.json
static