la-chariotte/.gitignore
Alexis Métaireau 009d57ea4d chore: use django-compressor for sass files
Rather than doing the compilation manually, use
django-compressor to automate the process.
2024-01-03 19:27:27 +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