forked from software-challenge/backend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
95 lines (67 loc) · 1.39 KB
/
.gitignore
File metadata and controls
95 lines (67 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
## This file generated from the list of files ignored by SVN!
# Ignore RVM Project Config
.rvmrc
# Ignore .project files from eclipse
*.project
*.metadata
*.recommenders
# Ignore files from IntelliJ
.idea
*.iml
# Ignore temporary VIM files
.*.sw*
# Ignore deploy and build dirs
/deploy
/game_gui/build
/game_server/build
/software_challenge_sdk/build
/software_challenge_sdk/bin
/game_players/*/build
/game_plugins/*/build
/game_players/*/bin
/game_plugins/*/bin
/game_plugins/*/src
/game_helper_clients/test_client/build
# Ignore java doc
game_players/*/doc
game_plugins/*/doc
game_helper_clients/*/doc
software_challenge_sdk/*/doc
# game server
/game_server/log
/game_server/plugins
/game_server/bin
# game gui
/game_gui/build
/game_gui/bin
/game_gui/plugins
# /vm_administration/
/vm_administration/build
/vm_administration/bin
/vm_administration/jars
# latex artifacts
*.dvi
*.aux
*.idx
*.toc
*.out
*.log
\.idea/
*.iml
game_server/doc/
software_challenge_sdk/doc/
*.class
# ignore server.properties
/game_server/configuration/server.properties
build/
game_helper_clients/lib/
game_helper_clients/test_client/lib/
game_players/hase_und_igel_new/lib/
game_plugins/hase_und_igel_new/lib/
game_server/lib/
build_all/
game_server/\.externalToolBuilders/
software_challenge_sdk/lib/software_challenge_sdk\.jar
game_players/hase_und_igel_2018/lib/
game_plugins/hase_und_igel_2018/lib/
game_plugins/lib