Skip to content

Instantly share code, notes, and snippets.

@x2048
Created January 13, 2022 18:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save x2048/ba8f99f94103cbfe56876e7a2b7df3be to your computer and use it in GitHub Desktop.
Save x2048/ba8f99f94103cbfe56876e7a2b7df3be to your computer and use it in GitHub Desktop.
Add client mode storage to .gitignore
diff --git a/.gitignore b/.gitignore
index 2e1e68157..bb5e0a0cd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -114,3 +114,6 @@ compile_commands.json
# Optional user provided library folder
lib/irrlichtmt
+
+# Generated mod storage database
+client/mod_storage.sqlite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment