diff --git a/.gitignore b/.gitignore index cf1b666..f5d694d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ -.idea +/.idea/ # DjangoBlog .env -logs -collectedstatic \ No newline at end of file +/logs/ +/collectedstatic/ +/djangoblog/