diff --git a/.gitignore b/.gitignore index 4788b4b..4f06ad7 100644 --- a/.gitignore +++ b/.gitignore @@ -18,7 +18,7 @@ out/ *.ctxt # Package Files # -*.jar +#*.jar // default by intellij (but wanting to have the compiled sources) *.war *.nar *.ear @@ -95,7 +95,13 @@ $RECYCLE.BIN/ # Windows shortcuts *.lnk -target/ +# The builds +#target/ # default by intellij (but wanting to have the compiled sources) +target/*/ +#target/classes/ +#target/generated-sources/ +#target/maven-archiver/ +#target/maven-status/ pom.xml.tag pom.xml.releaseBackup diff --git a/target/ChatBeautifier-0.0.1.jar b/target/ChatBeautifier-0.0.1.jar new file mode 100644 index 0000000..1d60112 Binary files /dev/null and b/target/ChatBeautifier-0.0.1.jar differ diff --git a/target/ChatBeautifier-0.1.0.jar b/target/ChatBeautifier-0.1.0.jar new file mode 100644 index 0000000..d96bed0 Binary files /dev/null and b/target/ChatBeautifier-0.1.0.jar differ diff --git a/target/original-ChatBeautifier-0.0.1.jar b/target/original-ChatBeautifier-0.0.1.jar new file mode 100644 index 0000000..7cd43ff Binary files /dev/null and b/target/original-ChatBeautifier-0.0.1.jar differ diff --git a/target/original-ChatBeautifier-0.1.0.jar b/target/original-ChatBeautifier-0.1.0.jar new file mode 100644 index 0000000..38854c0 Binary files /dev/null and b/target/original-ChatBeautifier-0.1.0.jar differ