update .gitignore to ignore node_modules

This commit is contained in:
Rob Loranger 2020-03-10 15:12:21 -07:00
parent f1f5dbb128
commit 58f27717be
No known key found for this signature in database
GPG key ID: D6F1633A4F0903B8

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
node_modules
*~
*.swp
*.swo