flutter / flutter_clock

BSD 3-Clause "New" or "Revised" License
543 stars 328 forks source link

What should we have in git repository #14

Closed edburtnieks-private closed 4 years ago

edburtnieks-private commented 4 years ago

Just wanted to know what should / should not be inside our git repositories. If we have cloned whole repo does the whole repo with both example clocks, original README.md, flutter_clock_helper directory have to be present in our own repo?

colinskow commented 4 years ago

The answer is in the Getting Started guide on the contest page under Step 5.

jkurtw commented 4 years ago

Correct. See 5d:

"In your \<path-to-repo>/flutter_clock folder, zip these two folders:

jkurtw commented 4 years ago

To clarify, your git repo can have whatever you want in it. The zip you submit should have the minimum specified in the Getting Started guide.