Skip to content

Commit

Permalink
FIX: #2 Add search(), #6 Check semester, #7 Markdown syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
leegeunhyeok committed Jan 19, 2020
2 parents e025a28 + 3312af7 commit 5c317f8
Show file tree
Hide file tree
Showing 16 changed files with 595 additions and 528 deletions.
3 changes: 3 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"presets": ["@babel/preset-env"]
}
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
node_modules/
node_modules/
dist/
.DS_Store
4 changes: 4 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.git/
.vscode/
node_modules/
sample/
Loading

0 comments on commit 5c317f8

Please sign in to comment.