From 8d1c1dda2883aef6cf66b8a9077b395bfe48ec02 Mon Sep 17 00:00:00 2001 From: Sp1d3R Date: Fri, 8 Dec 2023 02:55:37 +0530 Subject: [PATCH] Add gitignore --- .gitignore | 1 + ForceControlC/.vscode/c_cpp_properties.json | 19 ------------------- ForceControlC/.vscode/settings.json | 3 --- 3 files changed, 1 insertion(+), 22 deletions(-) create mode 100644 .gitignore delete mode 100644 ForceControlC/.vscode/c_cpp_properties.json delete mode 100644 ForceControlC/.vscode/settings.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e8f1616 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +**/.vscode/ \ No newline at end of file diff --git a/ForceControlC/.vscode/c_cpp_properties.json b/ForceControlC/.vscode/c_cpp_properties.json deleted file mode 100644 index cbd26b3..0000000 --- a/ForceControlC/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "configurations": [ - { - "name": "Win32", - "includePath": [ - "${workspaceFolder}/**" - ], - "defines": [ - "_DEBUG", - "UNICODE", - "_UNICODE" - ], - "compilerPath": "D:\\msys64\\mingw64\\bin\\gcc.exe", - "intelliSenseMode": "windows-gcc-x64", - "compileCommands": "${workspaceFolder}/build/compile_commands.json" - } - ], - "version": 4 -} \ No newline at end of file diff --git a/ForceControlC/.vscode/settings.json b/ForceControlC/.vscode/settings.json deleted file mode 100644 index 19d0c1e..0000000 --- a/ForceControlC/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "mesonbuild.configureOnOpen": false -} \ No newline at end of file