diff --git a/.gitignore b/.gitignore index 140506b..48de2f9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -/cmake-build-debug/ -/.idea/ +/cpp/cmake-build-debug/ +/*/.idea/ /.vscode/ /build/ \ No newline at end of file diff --git a/main.cpp b/cpp/main.cpp similarity index 100% rename from main.cpp rename to cpp/main.cpp