diff options
author | William Harrington <kb0iic@berzerkula.org> | 2019-04-17 16:45:06 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2019-04-17 16:45:06 -0500 |
commit | 4d016239b7671f6c0aa453ce5a1769c2f7d32c8d (patch) | |
tree | 76ec7b38d077a061d13d64e9645d908bc34299a4 | |
parent | 7b4bec1e2c6a787e44a9eecfc0353b1d86199eae (diff) |
-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 |