Ignore node_modules gitignore

This commit is contained in:
Ken Hibino
2021-01-31 10:49:33 -08:00
parent 1bcc9663a2
commit 8308be23a5
8 changed files with 27 additions and 354 deletions

3
.gitignore vendored
View File

@@ -11,6 +11,9 @@
# tar file.
*.tar.gz
# Prevent accidental node_modules installed at root.
node_modules/
# Output of the go coverage tool, specifically when used with LiteIDE
*.out