build: add node_modules to .gitignore (#164)

This commit is contained in:
Yijia Su
2021-06-22 03:12:51 -04:00
committed by GitHub
parent 6d5a59646a
commit 71572d7ce0
+5 -1
View File
@@ -63,4 +63,8 @@ dependency-graph.png
# Contracts
*.bin
*.abi
*.abi
# Node.js
tests/**/node_modules/*
tests-solidity/**/node_modules/*