mirror of
https://github.com/Xevion/trivia.git
synced 2025-12-11 06:09:02 -06:00
remove scores.json from data, update .gitignore for data folder
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,5 +1,6 @@
|
|||||||
# Repository specific
|
# Repository specific
|
||||||
.idea/**
|
.idea/**
|
||||||
|
trivia/data/**
|
||||||
|
|
||||||
# Byte-compiled / optimized / DLL files
|
# Byte-compiled / optimized / DLL files
|
||||||
__pycache__/
|
__pycache__/
|
||||||
|
|||||||
@@ -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
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
Reference in New Issue
Block a user