diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..38105ec --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +# Compiled class file +*.class + +# Log file +*.log + +# BlueJ files +*.ctxt + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # +*.jar +*.war +*.nar +*.ear +*.zip +*.tar.gz +*.rar + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* +replay_pid* \ No newline at end of file diff --git a/.project b/.project index a16d092..e4a7d1e 100644 --- a/.project +++ b/.project @@ -14,4 +14,15 @@ org.eclipse.jdt.core.javanature + + + 1718848510063 + + 30 + + org.eclipse.core.resources.regexFilterMatcher + node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__ + + + diff --git a/bin/Interface$1.class b/bin/Interface$1.class deleted file mode 100644 index 2217f53..0000000 Binary files a/bin/Interface$1.class and /dev/null differ diff --git a/bin/Interface$2.class b/bin/Interface$2.class deleted file mode 100644 index 8b8e2ff..0000000 Binary files a/bin/Interface$2.class and /dev/null differ diff --git a/bin/Shutdown.class b/bin/Shutdown.class deleted file mode 100644 index 2ffedd8..0000000 Binary files a/bin/Shutdown.class and /dev/null differ diff --git a/bin/Start.class b/bin/Start.class deleted file mode 100644 index 2db009b..0000000 Binary files a/bin/Start.class and /dev/null differ