This repository was archived by the owner on Jul 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
148 lines (148 loc) · 5.31 KB
/
.gitignore
File metadata and controls
148 lines (148 loc) · 5.31 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
.vscode/settings.json
bazel-bin/firstTest.exe
bazel-bin/firstTest.exe.runfiles_manifest
bazel-bin/firstTest.temp
bazel-bin/firstTest.zip
bazel-bin/firstTest.zip-0.params
bazel-bin/firstTest.exe.runfiles/MANIFEST
bazel-out/stable-status.txt
bazel-out/volatile-status.txt
bazel-out/_tmp/actions/stderr-6
bazel-out/_tmp/actions/stdout-6
bazel-out/x64_windows-fastbuild/bin/firstTest.exe
bazel-out/x64_windows-fastbuild/bin/firstTest.exe.runfiles_manifest
bazel-out/x64_windows-fastbuild/bin/firstTest.temp
bazel-out/x64_windows-fastbuild/bin/firstTest.zip
bazel-out/x64_windows-fastbuild/bin/firstTest.zip-0.params
bazel-out/x64_windows-fastbuild/bin/firstTest.exe.runfiles/MANIFEST
__pycache__/main_test.cpython-37.pyc
__pycache__/main.cpython-37.pyc
tests/__pycache__/main_test.cpython-37.pyc
__pycache__/card.cpython-37.pyc
tests/__pycache__/card_test.cpython-37.pyc
.vscode/.ropeproject/objectdb
__pycache__/setup_round.cpython-37.pyc
.vscode/.ropeproject/config.py
__pycache__/bidding.cpython-37.pyc
__pycache__/tools.cpython-37.pyc
tests/__pycache__/bidding_test.cpython-37.pyc
modules/__pycache__/__init__.cpython-37.pyc
modules/__pycache__/bidding.cpython-37.pyc
modules/__pycache__/card.cpython-37.pyc
modules/__pycache__/setup_round.cpython-37.pyc
modules/__pycache__/tools.cpython-37.pyc
modules/__pycache__/create_settings.cpython-37.pyc
modules/__pycache__/setup_single_play.cpython-37.pyc
bazel-skat
.gitignore
tests/__pycache__/tools_test.cpython-37.pyc
modules/__pycache__/play_round.cpython-37.pyc
tests/__pycache__/play_round_test.cpython-37.pyc
modules/__pycache__/end_round.cpython-37.pyc
tests/__pycache__/__init__.cpython-37.pyc
tests/__pycache__/end_round_test.cpython-37.pyc
modules/__pycache__/bidding_class.cpython-37.pyc
modules/__pycache__/setting_container.cpython-37.pyc
modules/__pycache__/round_class.cpython-37.pyc
modules/__pycache__/player_class.cpython-37.pyc
modules/__pycache__/cards.cpython-37.pyc
modules/__pycache__/Stich.cpython-37.pyc
modules/__pycache__/Player.cpython-37.pyc
modules/__pycache__/Players.cpython-37.pyc
modules/__pycache__/Round.cpython-37.pyc
modules/__pycache__/SettingContainer.cpython-37.pyc
tests/__pycache__/player_test.cpython-37.pyc
tests/__pycache__/Players_test.cpython-37.pyc
tests/__pycache__/settingContainer_test.cpython-37.pyc
bazel-bin/Skat.exe
bazel-bin/Skat.exe.runfiles_manifest
bazel-bin/Skat.temp
bazel-bin/Skat.zip
bazel-bin/Skat.zip-0.params
bazel-bin/Skat.exe.runfiles/MANIFEST
bazel-out/x64_windows-fastbuild/bin/Skat.exe
bazel-out/x64_windows-fastbuild/bin/Skat.exe.runfiles_manifest
bazel-out/x64_windows-fastbuild/bin/Skat.temp
bazel-out/x64_windows-fastbuild/bin/Skat.zip
bazel-out/x64_windows-fastbuild/bin/Skat.zip-0.params
bazel-out/x64_windows-fastbuild/bin/Skat.exe.runfiles/MANIFEST
bazel-out/_tmp/actions/stderr-4
bazel-out/_tmp/actions/stdout-4
bazel-bin/tests.exe
bazel-bin/tests.exe.runfiles_manifest
bazel-bin/tests.temp
bazel-bin/tests.zip
bazel-bin/tests.zip-0.params
bazel-bin/tests.exe.runfiles/MANIFEST
bazel-out/x64_windows-fastbuild/bin/tests.exe
bazel-out/x64_windows-fastbuild/bin/tests.exe.runfiles_manifest
bazel-out/x64_windows-fastbuild/bin/tests.temp
bazel-out/x64_windows-fastbuild/bin/tests.zip
bazel-out/x64_windows-fastbuild/bin/tests.zip-0.params
bazel-out/x64_windows-fastbuild/bin/tests.exe.runfiles/MANIFEST
bazel-out/x64_windows-fastbuild/testlogs/tests/test.cache_status
bazel-out/x64_windows-fastbuild/testlogs/tests/test.log
bazel-out/x64_windows-fastbuild/testlogs/tests/test.xml
bazel-out/x64_windows-fastbuild/testlogs/tests/test.xml.log
bazel-testlogs/tests/test.cache_status
bazel-testlogs/tests/test.log
bazel-testlogs/tests/test.xml
bazel-testlogs/tests/test.xml.log
.coverage
.doit.db.bak
.doit.db.dat
.doit.db.dir
coverage.xml
__pycache__/dodo.cpython-37.pyc
__pycache__/test.cpython-37.pyc
build/doctrees/bidding.doctree
build/doctrees/card.doctree
build/doctrees/cards.doctree
build/doctrees/environment.pickle
build/doctrees/functions.doctree
build/doctrees/index.doctree
build/doctrees/player.doctree
build/doctrees/players.doctree
build/doctrees/round.doctree
build/doctrees/settingcontainer.doctree
build/doctrees/Stich.doctree
build/doctrees/tools.doctree
build/latex/footnotehyper-sphinx.sty
build/latex/latexmkjarc
build/latex/latexmkrc
build/latex/LatinRules.xdy
build/latex/LICRcyr2utf8.xdy
build/latex/LICRlatin2utf8.xdy
build/latex/make.bat
build/latex/Makefile
build/latex/python.ist
build/latex/sphinx.sty
build/latex/sphinx.xdy
build/latex/sphinxcyrillic.sty
build/latex/sphinxhighlight.sty
build/latex/sphinxhowto.cls
build/latex/sphinxmanual.cls
build/latex/sphinxmessages.sty
build/latex/sphinxmulticell.sty
build/latex/swe-skat.tex
build/doctrees/buildtool.doctree
build/doctrees/cleancode.doctree
build/doctrees/continous.doctree
build/doctrees/dsl.doctree
build/doctrees/functional.doctree
build/doctrees/ide.doctree
build/doctrees/metrics.doctree
build/doctrees/uml.doctree
build/doctrees/unittest.doctree
bazel-bin/test.exe
bazel-bin/test.exe.runfiles_manifest
bazel-bin/test.temp
bazel-bin/test.zip
bazel-bin/test.zip-0.params
bazel-bin/test.exe.runfiles/MANIFEST
bazel-out/x64_windows-fastbuild/bin/test.exe
bazel-out/x64_windows-fastbuild/bin/test.exe.runfiles_manifest
bazel-out/x64_windows-fastbuild/bin/test.temp
bazel-out/x64_windows-fastbuild/bin/test.zip
bazel-out/x64_windows-fastbuild/bin/test.zip-0.params
bazel-out/x64_windows-fastbuild/bin/test.exe.runfiles/MANIFEST