Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Also generate .gitignore files #2

Open
Tarrasch opened this issue Dec 21, 2016 · 2 comments
Open

Also generate .gitignore files #2

Tarrasch opened this issue Dec 21, 2016 · 2 comments

Comments

@Tarrasch
Copy link
Contributor

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 ...
@simonlindholm
Copy link
Collaborator

The problem is that different contests have different policies... some want secret/ committed, others (like PO) don't. Committing testdata.yaml is fine, I'd say.

@simonlindholm
Copy link
Collaborator

An option would be to add a generate_gitignore command, which you could remove if you want.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants