Add some files to git ignore

This commit is contained in:
Jamie Mac 2022-01-10 10:57:39 +00:00
parent 79ee422194
commit f419531b24
2 changed files with 4 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk-16.0.1">
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/AdoptOpenJDK 16">
<attributes>
<attribute name="module" value="true"/>
<attribute name="maven.pomderived" value="true"/>

3
.gitignore vendored
View File

@ -23,3 +23,6 @@
hs_err_pid*
/target/
bin/
.classpath
.DS_Store
.classpath