From 36345612d7f5bd03dfbc63fbc38933109486ecc4 Mon Sep 17 00:00:00 2001 From: OmniTroid Date: Mon, 1 Jul 2024 18:00:23 +0200 Subject: Readme and script cleanup (#995) * Ignore .idea * Ignore build dir too * Remove unused Windows Docker files * Remove somewhat cryptic launch.sh script * Remove kebab (javascript) * Remove outdated release_macos script and rename the most up-to-date one to macos_release * Clean up README.md and delete the other ones * Add preliminary configure script * Add hint in dependencies * Remove obsolete CONTRIBUTING.md * let's write the configure script later * Adding this is so supremely ironic that I can't even * Update QtApng repo * Actually we needed that * Add comment * Contact should be h2 --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 98b8f68c..d7ca3f3c 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,7 @@ object_script* server/__pycache__ discord/ *.TMP + +# Jetbrains config and build dir (CLion) +.idea/ +cmake-build-* -- cgit