Updated giignore delete Battleship.java

This commit is contained in:
Quentin Legot 2021-03-27 11:38:47 +01:00
parent 8524f83864
commit 72f268cff3
2 changed files with 1 additions and 8 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
out/
.idea
*.iml

View File

@ -1,8 +0,0 @@
package battleship;
public class Battleship {
public static void main(String[] args) {
}
}