commit 1ebc7f567ceeff9f7af2bfc135965ca650733fdb Author: thiesyy Date: Thu Jul 19 01:30:22 2018 +0200 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d3ffd6b --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +# ---> Java +# Compiled class file +*.class + +# Log file +*.log + +# BlueJ files +*.ctxt + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # +*.jar +*.war +*.ear +*.zip +*.tar.gz +*.rar + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* + diff --git a/README.md b/README.md new file mode 100644 index 0000000..93ec3c5 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# MelcryptJavaAPI + +Offizielles Melcrypt Repo. \ No newline at end of file