Skip to content

Commit 9842811

Browse files
committed
Add a gitignore and a readme
0 parents  commit 9842811

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

.gitignore

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# OS generated files
2+
.DS_Store
3+
.DS_Store?
4+
._*
5+
.Spotlight-V100
6+
.Trashes
7+
Icon?
8+
ehthumbs.db
9+
Thumbs.db

readme.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# The Node.JS Master Course
2+
3+
> Code samples for all sections and chapters.
4+
5+
## Section 1
6+
7+
## Section 2
8+
9+
## Section 3
10+
11+
## Section 4
12+
13+
## Section 5
14+
15+
## Section 6
16+
17+
## Section 7
18+
19+
## Section 8

0 commit comments

Comments
 (0)