diff --git a/.gitignore b/.gitignore index 1899660..a967c2e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ build -.vscode \ No newline at end of file +.vscode +.vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json index 9cd751f..b0b5c37 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,6 @@ { "files.associations": { "cstdio": "c" - } + }, + "cmake.configureOnOpen": false } \ No newline at end of file