From a2805255dda363179e6bae357575ce43048e12b3 Mon Sep 17 00:00:00 2001 From: Melvin Li Date: Sat, 22 Apr 2023 12:26:56 +0800 Subject: [PATCH] Add .vscode to gitigonre. Signed-off-by: Melvin Li --- .gitignore | 1 + QKeyMapper/.vscode/c_cpp_properties.json | 21 --------------------- 2 files changed, 1 insertion(+), 21 deletions(-) delete mode 100644 QKeyMapper/.vscode/c_cpp_properties.json diff --git a/.gitignore b/.gitignore index 845492a..e4cb9f9 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ build-*/* build-* *-build-* +.vscode/ QKeyMapper/*.pro.user QKeyMapper/*.pro.user.* QKeyMapper/*.moc diff --git a/QKeyMapper/.vscode/c_cpp_properties.json b/QKeyMapper/.vscode/c_cpp_properties.json deleted file mode 100644 index 2b6a312..0000000 --- a/QKeyMapper/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "configurations": [ - { - "name": "Win32", - "includePath": [ - "${workspaceFolder}/**" - ], - "defines": [ - "_DEBUG", - "UNICODE", - "_UNICODE" - ], - "windowsSdkVersion": "10.0.19041.0", - "compilerPath": "C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe", - "cStandard": "c17", - "cppStandard": "c++17", - "intelliSenseMode": "windows-msvc-x64" - } - ], - "version": 4 -} \ No newline at end of file