From c0f390d0153c16a3ec5957618a1a3bf39311b051 Mon Sep 17 00:00:00 2001 From: Dante Date: Fri, 22 May 2026 00:04:16 -0700 Subject: [PATCH] Update --- Kha/.gitattributes | 1 - Kha/.gitignore | 3 --- Kha/.gitmodules | 37 -------------------------------- Kha/Tools/khamake/.gitattributes | 1 - Kha/Tools/khamake/.gitignore | 9 -------- 5 files changed, 51 deletions(-) delete mode 100644 Kha/.gitattributes delete mode 100644 Kha/.gitignore delete mode 100644 Kha/.gitmodules delete mode 100644 Kha/Tools/khamake/.gitattributes delete mode 100644 Kha/Tools/khamake/.gitignore diff --git a/Kha/.gitattributes b/Kha/.gitattributes deleted file mode 100644 index 62544950..00000000 --- a/Kha/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -* -text diff --git a/Kha/.gitignore b/Kha/.gitignore deleted file mode 100644 index 66e9ce2b..00000000 --- a/Kha/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -.DS_Store -/build -/Tests/Empty/korefile.js diff --git a/Kha/.gitmodules b/Kha/.gitmodules deleted file mode 100644 index 668a9e39..00000000 --- a/Kha/.gitmodules +++ /dev/null @@ -1,37 +0,0 @@ -[submodule "Tools/khamake"] - path = Tools/khamake - url = https://github.com/Kode/khamake.git - branch = main -[submodule "Backends/Kore-hxcpp/khacpp"] - path = Backends/Kore-hxcpp/khacpp - url = https://github.com/Kode/khacpp.git - branch = main -[submodule "Kore"] - path = Kore - url = https://github.com/Kode/Kore.git - branch = v2 -[submodule "Tools/linux_x64"] - path = Tools/linux_x64 - url = https://github.com/Kode/KhaTools_linux_x64.git - branch = main - shallow = true -[submodule "Tools/linux_arm64"] - path = Tools/linux_arm64 - url = https://github.com/Kode/KhaTools_linux_arm64.git - branch = main - shallow = true -[submodule "Tools/windows_x64"] - path = Tools/windows_x64 - url = https://github.com/Kode/KhaTools_windows_x64.git - branch = main - shallow = true -[submodule "Tools/macos_arm64"] - path = Tools/macos_arm64 - url = https://github.com/Kode/KhaTools_macos_arm64.git - branch = main - shallow = true -[submodule "Tools/macos_x64"] - path = Tools/macos_x64 - url = https://github.com/Kode/KhaTools_macos_x64.git - branch = main - shallow = true diff --git a/Kha/Tools/khamake/.gitattributes b/Kha/Tools/khamake/.gitattributes deleted file mode 100644 index 62544950..00000000 --- a/Kha/Tools/khamake/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -* -text diff --git a/Kha/Tools/khamake/.gitignore b/Kha/Tools/khamake/.gitignore deleted file mode 100644 index 32a24553..00000000 --- a/Kha/Tools/khamake/.gitignore +++ /dev/null @@ -1,9 +0,0 @@ -*.js.map -/.vscode/.BROWSE.VC.DB -/.vscode/.BROWSE.VC.DB-shm -/.vscode/.BROWSE.VC.DB-wal -/node_modules/typescript -/node_modules/.bin/tsserver.cmd -/node_modules/.bin/tsc -/node_modules/.bin/tsc.cmd -/node_modules/.bin/tsserver