diff --git a/.cache/clangd/index/main.cpp.A8BD3C045BDF1C93.idx b/.cache/clangd/index/main.cpp.A8BD3C045BDF1C93.idx deleted file mode 100644 index 2bd2a7b..0000000 Binary files a/.cache/clangd/index/main.cpp.A8BD3C045BDF1C93.idx and /dev/null differ diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 5a54468..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "configurations": [ - { - "name": "Launch", - "type": "lldb", - "request": "launch", - "program": "${workspaceFolder}/bin/test", - "args": ["-re", "hello, world"], - "cwd": "${workspaceFolder}", - "stopOnEntry": false - } - ] -}