diff --git a/.gitignore b/.gitignore index 8990810..96d036a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ ALLOWED_HOSTS threadchat/settings.py docker-compose.yaml docker-compose.yml +db ### Django ### *.log @@ -12,6 +13,7 @@ local_settings.py db.sqlite3 db.sqlite3-journal media +static # If your build process includes running collectstatic, then you probably don't need or want to include staticfiles/ # in your Git repository. Update and uncomment the following line accordingly.