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 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

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