Updated git ignore to include node_modules directory (getting ready for setting up Grunt)

This commit is contained in:
Gregory Ballantine 2018-02-26 16:57:06 -05:00
parent 12db9af2ce
commit 5c425fbdd4

3
.gitignore vendored
View File

@ -3,3 +3,6 @@ index.html
# ignore the compiled files
build/
# ignore node_module directory
node_modules/