remove scores.json from data, update .gitignore for data folder

This commit is contained in:
Xevion
2020-06-20 09:56:52 -05:00
parent 8494618bc0
commit 92df85682c
2 changed files with 1 additions and 16 deletions

1
.gitignore vendored
View File

@@ -1,5 +1,6 @@
# Repository specific
.idea/**
trivia/data/**
# Byte-compiled / optimized / DLL files
__pycache__/

View File

@@ -1,16 +0,0 @@
[
{
"teamno" : 0,
"teamname" : "Example Team 1",
"scores" : [
1, 2, 3, 4
]
},
{
"teamno" : 1,
"teamname" : "Example Team 2",
"scores" : [
5, 6, 7, 8
]
}
]