Fix version ID, ignore LSP working files
This commit is contained in:
parent
a59404b13b
commit
ccd4809415
2 changed files with 4 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -23,5 +23,8 @@ bin/
|
||||||
.classpath
|
.classpath
|
||||||
.project
|
.project
|
||||||
|
|
||||||
|
# LSP
|
||||||
|
workspace/
|
||||||
|
|
||||||
# macOS
|
# macOS
|
||||||
*.DS_Store
|
*.DS_Store
|
||||||
|
|
|
@ -3,7 +3,7 @@ org.gradle.jvmargs = -Xmx1G
|
||||||
org.gradle.parallel = true
|
org.gradle.parallel = true
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
version = 1.0.0+1.18.2
|
version = 1.0.0+1.19
|
||||||
maven_group = com.example
|
maven_group = com.example
|
||||||
archives_base_name = example_mod
|
archives_base_name = example_mod
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue