diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..90f81ed --- /dev/null +++ b/.classpath @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.gitignore b/.gitignore index 7e3d294..a9154c8 100644 --- a/.gitignore +++ b/.gitignore @@ -85,3 +85,4 @@ local.properties # Typically, this file would be tracked if it contains build/dependency configurations: #.project +/target/ diff --git a/.project b/.project new file mode 100644 index 0000000..2ac26de --- /dev/null +++ b/.project @@ -0,0 +1,23 @@ + + + hacky-quizbot + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.m2e.core.maven2Builder + + + + + + org.eclipse.jdt.core.javanature + org.eclipse.m2e.core.maven2Nature + + diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..625a837 --- /dev/null +++ b/pom.xml @@ -0,0 +1,8 @@ + + 4.0.0 + linux.general + hacky-quizbot + 0.0.1-SNAPSHOT + Hacky-Quizbot + Just a quiz bot for Discord that started development in the later half of crunch week. + \ No newline at end of file