-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
executable file
·61 lines (42 loc) · 1.02 KB
/
.gitignore
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
# Eclipse
.classpath
.project
.settings/
# Intellij
.idea/
.idea
*.iml
*.iws
# Mac
.DS_Store
# Maven
log/
target
out/
/bin
/build/classes/
/build/dist/
production/
*.ipr
*.class
*.xml
*.html
*.gif
*.pyc
clients/GVGAI-JavaClient/src/sampleRandom.zip
clients/GVGAI-JavaClient/logs/output_server_redirect_err.txt
clients/GVGAI-JavaClient/logs/output_server_redirect.txt
clients/GVGAI-JavaClient/src/logs/output_server_redirect_err.txt
clients/GVGAI-PythonClient/src/sources.txt
clients/GVGAI-PythonClient/src/logs/output_server_redirect_err.txt
clients/GVGAI-JavaClient/src/sources.txt
clients/GVGAI-JavaClient/src/logs/output_server_redirect.txt
clients/GVGAI-JavaClient/src/logs/clientLog.txt
clients/GVGAI-JavaClient/sources.txt
clients/GVGAI-JavaClient/logs/clientLog.txt
clients/GVGAI-PythonClient/src/logs/output_server_redirect.txt
clients/GVGAI-PythonClient/src/logs/clientLog.txt
#Super secret folder with private games, in the privte repository
examples/super_secret
src/META-INF/MANIFEST.MF
src/rs/META-INF/MANIFEST.MF