diff --git a/.gitignore b/.gitignore index 20feb1c..f26583c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,7 @@ # Ignore CLion Specific Files .idea/ -cmake-build-debug/ \ No newline at end of file +cmake-build-debug/ + +# Ignore VisualStudio specific files +.vs/ \ No newline at end of file