misc: ignore style.css generated file

This commit is contained in:
Lauréline Guérin 2023-06-01 16:10:31 +02:00 committed by Lauréline Guérin
parent 7327bbbd05
commit 19f5d45bf7
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -3,6 +3,7 @@ local_settings.py
venv venv
scrutiny.sqlite3 scrutiny.sqlite3
media media
scrutiny/static/css/style.css
/static /static
/dist /dist
/scrutiny.egg-info /scrutiny.egg-info