Fix gitignoring root static folder

This commit is contained in:
Lukáš Kucharczyk 2023-02-20 18:20:49 +01:00
parent 468d05a9e2
commit 1df889c45d
Signed by: lukas
SSH Key Fingerprint: SHA256:vMuSwvwAvcT6htVAioMP7rzzwMQNi3roESyhv+nAxeg
1 changed files with 1 additions and 2 deletions

3
.gitignore vendored
View File

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