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