summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandom06457 <28494085+Random06457@users.noreply.github.com>2023-11-19 20:55:58 +0100
committerRandom06457 <28494085+Random06457@users.noreply.github.com>2023-11-19 20:55:58 +0100
commitac78f25ca96c415e40279a8f15c98603a46c8ca8 (patch)
tree0407f64b568948121cd8fe6b9f324ed0c8892cf7
parent0a40ef102e5765be8702b10b4b8563b07b06df3c (diff)
make run-docker.sh exectuable + add .gitignore rules
-rw-r--r--.gitignore10
-rwxr-xr-x[-rw-r--r--]run-docker.sh0
2 files changed, 9 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 9abf1c3d9..6dc77dbb3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,11 @@
+*.otr
+.vscode
+*.swp
+logs
+*.nix
+shipofharkinian.json
+.envrc
+imgui.ini
mm/libultraship/extern/Debug/ImGui.lib
@@ -45,4 +53,4 @@ mm/libultraship/extern/StrHash64.dir/Debug/StrHash64.tlog/Lib.command.1.tlog
/Debug
/build*
/Release
-.vs/* \ No newline at end of file
+.vs/*
diff --git a/run-docker.sh b/run-docker.sh
index c0db22120..c0db22120 100644..100755
--- a/run-docker.sh
+++ b/run-docker.sh