It would be good if we generated .gitignore files. It serves at least two purposes:
- It's convenient and nice. I don't need to make my working tree dirty by running the generator. 👍
- We give a clear best practice on the issue if we recommend users to actually commit the small files like
testdata.yaml and grader.py. 👍 Currently I don't know if I should or shouldn't commit the files ...
It would be good if we generated .gitignore files. It serves at least two purposes:
testdata.yamlandgrader.py. 👍 Currently I don't know if I should or shouldn't commit the files ...