diff --git a/.gitignore b/.gitignore index daeba5f9..95c723c9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ *~ node_modules -.DS_Store +*.swp +DS_Store + +comments.json diff --git a/public/index.html b/public/index.html index 21340e72..55387878 100644 --- a/public/index.html +++ b/public/index.html @@ -13,10 +13,151 @@
- diff --git a/scratch.md b/scratch.md new file mode 100644 index 00000000..f34a9b00 --- /dev/null +++ b/scratch.md @@ -0,0 +1,4 @@ +- CommentBox + - CommentList + - Comment + - CommentForm