From 172d43a11b1db72f931665277c394368bc00ecdf Mon Sep 17 00:00:00 2001 From: James Seibel Date: Mon, 2 Oct 2023 19:37:58 -0500 Subject: [PATCH] git ignore sqlite databases --- .gitignore | 3 +++ coreSubProjects | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0fa2bd272..16bdd9507 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,6 @@ buildAllJars/ # file genearated via MC version switching using preprocessor build.properties + +# Sqlite databases +*.sqlite diff --git a/coreSubProjects b/coreSubProjects index ebef91601..94b2b6376 160000 --- a/coreSubProjects +++ b/coreSubProjects @@ -1 +1 @@ -Subproject commit ebef91601e961e7f0020aa7524d4d7108346ef72 +Subproject commit 94b2b63767466bc7bead77b8cb4d0cae1422e264