commit e5cc9fb15dc13a19c28e27f637b72085a154336a Author: Aminos061 <121253097+Aminos061@users.noreply.github.com> Date: Tue Jun 11 16:24:10 2024 +0200 juzu diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..63d7012 --- /dev/null +++ b/.gitignore @@ -0,0 +1,42 @@ +/KI_Projekt/ +# 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* +target/ +pom.xml.tag +pom.xml.releaseBackup +pom.xml.versionsBackup +pom.xml.next +release.properties +dependency-reduced-pom.xml +buildNumber.properties +.mvn/timing.properties +# https://github.com/takari/maven-wrapper#usage-without-binary-jar +.mvn/wrapper/maven-wrapper.jar + +# Eclipse m2e generated files +# Eclipse Core +.project +# JDT-specific (Eclipse Java Development Tools) +.classpath \ No newline at end of file