From ccd4809415cc093f306b36b883f9eff47d34141c Mon Sep 17 00:00:00 2001 From: Danielle Hutzley Date: Tue, 14 Jun 2022 12:43:40 -0700 Subject: [PATCH 1/2] Fix version ID, ignore LSP working files --- .gitignore | 3 +++ gradle.properties | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 785c6a7..b201e37 100644 --- a/.gitignore +++ b/.gitignore @@ -23,5 +23,8 @@ bin/ .classpath .project +# LSP +workspace/ + # macOS *.DS_Store diff --git a/gradle.properties b/gradle.properties index cb8c6a4..4efa46d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ org.gradle.jvmargs = -Xmx1G org.gradle.parallel = true # Mod Properties -version = 1.0.0+1.18.2 +version = 1.0.0+1.19 maven_group = com.example archives_base_name = example_mod From 9fc9e540e8a3036c5287d348f2903b63b130f8e8 Mon Sep 17 00:00:00 2001 From: Danielle Date: Tue, 14 Jun 2022 14:48:01 -0700 Subject: [PATCH 2/2] Clarify .gitignore comment Co-authored-by: Ennui Langeweile <85590273+EnnuiL@users.noreply.github.com> --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b201e37..3819565 100644 --- a/.gitignore +++ b/.gitignore @@ -23,7 +23,7 @@ bin/ .classpath .project -# LSP +# Eclipse JDT LS workspace/ # macOS