-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
22 lines (22 loc) · 858 Bytes
/
.gitignore
File metadata and controls
22 lines (22 loc) · 858 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.idea/.name
.idea/compiler.xml
.idea/copyright/profiles_settings.xml
.idea/encodings.xml
.idea/misc.xml
.idea/modules.xml
.idea/scopes/scope_settings.xml
.idea/uiDesigner.xml
.idea/vcs.xml
.idea/workspace.xml
SnakeLadderGame.iml
out/production/SnakeLadderGame/SnakeAndLadderGame.class
out/production/SnakeLadderGame/com/game/domain/Dice.class
out/production/SnakeLadderGame/com/game/domain/GamingBoard.class
out/production/SnakeLadderGame/com/game/domain/Player.class
out/production/SnakeLadderGame/com/game/domain/PlayerOne.class
out/production/SnakeLadderGame/com/game/domain/PlayerTwo.class
out/production/SnakeLadderGame/com/game/literals/GameLiterals.class
out/production/SnakeLadderGame/com/game/domain/PlayerFactory.class
out/test/SnakeLadderGame/com/game/domain/GamingBoardTest.class
out/test/SnakeLadderGame/com/game/domain/PlayerTest.class
*.class