diff --git a/.gitmodules b/.gitmodules index 6ec731a..7249438 100644 --- a/.gitmodules +++ b/.gitmodules @@ -14,6 +14,7 @@ [submodule "ImGui"] path = libs/ImGui url = https://github.com/ocornut/imgui.git + ignore = dirty [submodule "assimp"] path = libs/assimp url = https://github.com/assimp/assimp.git @@ -31,9 +32,11 @@ [submodule "libs/guizmo"] path = libs/guizmo url = https://github.com/CedricGuillemet/ImGuizmo.git + ignore = dirty [submodule "libs/yaml-cpp"] path = libs/yaml-cpp url = https://git.barink.dev/Nigel/yaml-cpp.git + ignore = dirty [submodule "libs/nativefiledialog"] path = libs/nativefiledialog url = https://git.barink.dev/Nigel/nativefiledialog.git