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

Add keys.js to global .gitignore #17

Open
jruedas1 opened this issue Jan 22, 2022 · 0 comments
Open

Add keys.js to global .gitignore #17

jruedas1 opened this issue Jan 22, 2022 · 0 comments

Comments

@jruedas1
Copy link

This is not an error as such, but a suggestion. AFAIK you never want to push a keys.js file to Github. Students forgetting to add keys.js to their .gitignore file is a frequent situation, which often requires some complex git wizardry like git rebase -i to clean up commit histories and totally remove the key information from version control. I propose it would be better to proactively add keys.js to the global gitignore file. If a situation ever arises where a student actually wants to include it in version control, it's easier to edit the global gitignore than it is to edit the git commit history.

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

1 participant