Skip to content

Commit

Permalink
.gitignore update
Browse files Browse the repository at this point in the history
  • Loading branch information
p1-dta committed Oct 23, 2018
1 parent 4c29b75 commit f9a1de0
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@ venv.bak/

# Personalized
.idea/*
*.json
data.json
30 changes: 30 additions & 0 deletions sets.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"sets":
[
{
"name": "Beginner set 1",
"first_language": "English",
"second_language": "Chinese",
"words":
[
{
"first": "Health",
"second": "Shēntǐ",
"weight": 50
} , {
"first": "How",
"second": "Zěnme yàng",
"weight": 50
} , {
"first": "Chine",
"second": "Zhōngguó",
"weight": 50
} , {
"first": "Morning",
"second": "Zǎoshang",
"weight": 50
}
]
}
]
}

1 comment on commit f9a1de0

@p1-dta
Copy link
Owner Author

@p1-dta p1-dta commented on f9a1de0 Oct 26, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.