diff --git a/.gitignore b/.gitignore index 171f25c..a114440 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ #Ignore all executables *.exe + +#Ignore all vscode files +.vscode/* \ No newline at end of file