Gjør noen små fikser

Bytter utvidelse på referat
Fikser ignorering av iml filer i gitignore
Bytter artifaktid i pom
This commit is contained in:
Kristian Knarvik 2020-02-13 09:10:52 +01:00
parent a8025626d8
commit 8efd5be899
3 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -21,7 +21,7 @@
#IDE Files
target
.iml
*.iml
.idea
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml

View File

@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>inf112.fiasko.roborally</groupId>
<artifactId>mvn-app</artifactId>
<artifactId>roborally</artifactId>
<version>0.1-alpha</version>
<name>Robo Rally</name>