Rename project and export a dev jar

This commit is contained in:
Zontreck 2022-10-12 22:09:21 -07:00
parent 76904b2857
commit 3554feeccb
4 changed files with 53 additions and 21 deletions

41
.gitignore vendored
View file

@ -1,23 +1,28 @@
# Compiled class file
*.class
# eclipse
bin
*.launch
.settings
.metadata
.classpath
.project
# Log file
*.log
# idea
out
*.ipr
*.iws
*.iml
.idea
# BlueJ files
*.ctxt
# gradle
build
.gradle
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# other
eclipse
run
# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# Files from Forge MDK
forge*changelog.txt
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
.vscode
mcmodsrepo