Untracked .project

This commit is contained in:
François Autin 2021-05-28 02:56:38 +02:00
parent 8eea24a428
commit d57696c30d
No known key found for this signature in database
GPG Key ID: 24025429AC559B7C
2 changed files with 5 additions and 27 deletions

9
.gitignore vendored
View File

@ -1,4 +1,5 @@
.settings
target
bin
.idea
/.settings/
/target/
/bin/
/.idea/
/.project

View File

@ -1,23 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>jeu-de-combat</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>