Skip to content

Commit 4f391ba

Browse files
author
Roberto Tassone
committed
Added .class files to .gitignore
Signed-off-by: Roberto Tassone <r.tassone@xcal.eu>
1 parent 82f87b3 commit 4f391ba

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.gitignore

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
.vscode
22
.DS_STORE
33
res/.DS_STORE
4-
battleship/.DS_STORE
4+
battleship/.DS_STORE
5+
battleship/BattleShip.class
6+
battleship/Computer.class
7+
battleship/Mappa.class
8+
battleship/Nave.class
9+
battleship/Posizione.class
10+
battleship/Report.class
11+
battleship/ui/FrameBattle.class
12+
battleship/ui/FrameBattle$GestoreTimer.class
13+
battleship/ui/FrameManageship.class
14+
battleship/ui/FrameSplashscreen.class
15+
battleship/ui/UIJPanelBG.class
16+
battleship/ui/UIManagePanel.class
17+
battleship/ui/UIMapPanel.class
18+
battleship/ui/UIStatPanel.class

0 commit comments

Comments
 (0)