build: add node_modules to .gitignore (#164)
This commit is contained in:
+5
-1
@@ -63,4 +63,8 @@ dependency-graph.png
|
||||
|
||||
# Contracts
|
||||
*.bin
|
||||
*.abi
|
||||
*.abi
|
||||
|
||||
# Node.js
|
||||
tests/**/node_modules/*
|
||||
tests-solidity/**/node_modules/*
|
||||
Reference in New Issue
Block a user