Fix gitignoring root static folder

This commit is contained in:
Lukáš Kucharczyk 2023-02-20 18:20:49 +01:00
parent 352f6133d8
commit 94706595c5
1 changed files with 1 additions and 2 deletions

3
.gitignore vendored
View File

@ -5,6 +5,5 @@ __pycache__
node_modules
package-lock.json
db.sqlite3
static/admin/
static/django_extensions/
/static/
dist/