diff options
| author | OmniTroid <davidskoland@gmail.com> | 2024-07-01 18:00:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-01 18:00:23 +0200 |
| commit | 36345612d7f5bd03dfbc63fbc38933109486ecc4 (patch) | |
| tree | 7cede8e691c65da0100b3eb83756290b2f6e672a /.gitignore | |
| parent | 2b970ec4a315fa22f07105fffce305480de11fb6 (diff) | |
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
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -40,3 +40,7 @@ object_script* server/__pycache__ discord/ *.TMP + +# Jetbrains config and build dir (CLion) +.idea/ +cmake-build-* |
