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