diff --git a/.dockerignore b/.dockerignore index 83ded1e..8709f41 100644 --- a/.dockerignore +++ b/.dockerignore @@ -10,3 +10,7 @@ tests/ # Ignoring social media social/ + +# Ignore IDEs +.idea/ +.vscode/