Skip to content

Commit 9d23842

Browse files
committed
Add the generated files to .gitignore
Add the following files to `.gitignore` since they should not be in the remote repository. + soljson.js + test_DAO_Token_sol_Token.abi + test_DAO_Token_sol_Token.bin + test_DAO_Token_sol_TokenInterface.abi + test_DAO_Token_sol_TokenInterface.bin + test_DAO_Token_sol_tokenRecipient.abi + test_DAO_Token_sol_tokenRecipient.bin
1 parent 3f684ad commit 9d23842

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,12 @@ 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+
# solc-js
30+
soljson.js
31+
test_DAO_Token_sol_Token.abi
32+
test_DAO_Token_sol_Token.bin
33+
test_DAO_Token_sol_TokenInterface.abi
34+
test_DAO_Token_sol_TokenInterface.bin
35+
test_DAO_Token_sol_tokenRecipient.abi
36+
test_DAO_Token_sol_tokenRecipient.bin

0 commit comments

Comments
 (0)