diff options
| author | Random06457 <28494085+Random06457@users.noreply.github.com> | 2023-11-19 20:55:58 +0100 |
|---|---|---|
| committer | Random06457 <28494085+Random06457@users.noreply.github.com> | 2023-11-19 20:55:58 +0100 |
| commit | ac78f25ca96c415e40279a8f15c98603a46c8ca8 (patch) | |
| tree | 0407f64b568948121cd8fe6b9f324ed0c8892cf7 | |
| parent | 0a40ef102e5765be8702b10b4b8563b07b06df3c (diff) | |
make run-docker.sh exectuable + add .gitignore rules
| -rw-r--r-- | .gitignore | 10 | ||||
| -rwxr-xr-x[-rw-r--r--] | run-docker.sh | 0 |
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 |
