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

4
.gitignore vendored
View File

@ -64,3 +64,7 @@ dependency-graph.png
# Contracts # Contracts
*.bin *.bin
*.abi *.abi
# Node.js
tests/**/node_modules/*
tests-solidity/**/node_modules/*