Skip to content

Commit f58700e

Browse files
committed
add handball submodule
add python .gitignore file
1 parent 1bde656 commit f58700e

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed

.gitignore

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
*.mo
2+
*.egg-info
3+
*.egg
4+
*.EGG
5+
*.EGG-INFO
6+
bin
7+
build
8+
develop-eggs
9+
downloads
10+
eggs
11+
fake-eggs
12+
parts
13+
dist
14+
.installed.cfg
15+
.mr.developer.cfg
16+
.hg
17+
.bzr
18+
.svn
19+
*.pyc
20+
*.pyo
21+
*.tmp*

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "handball"]
2+
path = handball
3+
url = https://[email protected]/Engaginglab/scoreit-handball.git

handball

Submodule handball added at ea21d97

0 commit comments

Comments
 (0)