diff --git a/.gitignore b/.gitignore index 8a30d258e..241bca755 100644 --- a/.gitignore +++ b/.gitignore @@ -396,3 +396,9 @@ FodyWeavers.xsd # JetBrains Rider *.sln.iml + +# Ignores the whole .vscode folder +.vscode/ + +# Ignores the whole .idea folder +.idea/