Skip to content

Commit c8e555a

Browse files
committed
forgot to add learn.json to gitignore
1 parent 2c10878 commit c8e555a

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
!.gitpod.yml
66
!.gitpod.Dockerfile
77
!bc.json
8+
!learn.json
89
!README.md
910
!README.*.md
1011

learn.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"language": "python3",
3+
"title": "Master Python by practice (interactive)",
4+
"repository": "https://github.com/4GeeksAcademy/master-python-programming-exercises",
5+
"preview": "https://github.com/4GeeksAcademy/master-python-programming-exercises/blob/master/preview.gif?raw=true",
6+
"description": "Practice your Python programming skills with this interactive and auto-graded set of exercises.",
7+
"duration": 10,
8+
"difficulty": "easy",
9+
"video-solutions": false,
10+
"graded": true
11+
}

0 commit comments

Comments
 (0)