Added node_modules to .gitignore

- We may or may not use later, but no harm in adding
This commit is contained in:
Chad Bailey
2020-03-06 18:26:04 -06:00
parent 00781ceaa3
commit 588a04fe58

1
.gitignore vendored
View File

@@ -3,3 +3,4 @@ local
# IntelliJ IDEA # IntelliJ IDEA
.idea/ .idea/
node_modules