General Question #1320
DhruvalBhuva
started this conversation in
General
Replies: 2 comments 1 reply
-
@DhruvalBhuva Yes, you can upload it because these are public anyways when pushing for contract verification on Etherscan. Also, you can add any file to |
Beta Was this translation helpful? Give feedback.
1 reply
-
Any files you intend on keeping private, like .env files or similar files -- you ALWAYS make a .gitignore file and include such files in it. That way, it will not be pushed to the remote repo and hence, kept private. Hope this helps. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have one question regarding .abi and .bin file.
When I saw git repo of this course, I could not see .abi and .bin file any where.
We should upload it on git repo or not ?
If no How can we prevent it, I mean can we do it using gitignore file ?
Beta Was this translation helpful? Give feedback.
All reactions