Skip to content

Commit d3f69b0

Browse files
authored
Merge pull request #181 from argotorg/add-files-to-git-ignore
Add package-lock and solc-bin-binaries to .gitignore
2 parents 5118444 + cd7622b commit d3f69b0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,9 @@ build/Release
2525
# Dependency directory
2626
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
2727
node_modules
28+
29+
# Package lock
30+
package-lock.json
31+
32+
# Solc bin binaries
33+
solc-bin-binaries.tar

0 commit comments

Comments
 (0)