build: add node_modules to .gitignore (#164)

This commit is contained in:
Yijia Su 2021-06-22 15:12:51 +08:00 committed by GitHub
parent 6d5a59646a
commit 71572d7ce0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
.gitignore vendored
View File

@ -63,4 +63,8 @@ dependency-graph.png
# Contracts
*.bin
*.abi
*.abi
# Node.js
tests/**/node_modules/*
tests-solidity/**/node_modules/*