diff options
-rw-r--r-- | .gitignore | 4 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..516380c --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +node_modules +reference +logger.js +person.js @@ -1,6 +1,6 @@ # Node Crash Course Files -> These files go with the Node crash course on YouTube. +> These files go with the [Node crash course on YouTube](https://www.youtube.com/watch?v=fBNz5xF-Kx4) ## Quick Start |