-
Notifications
You must be signed in to change notification settings - Fork 336
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
Importance of .gitignore
#143
Comments
Agree, would be a nice addition |
Kind of a duplicate of #116, but this has more words 😀 There's probably scope for a chapter on the config most people need sooner rather than later. Having a good user-level I sort of have a start on such a chapter here (this covers configuring the editor): https://happygitwithr.com/hello-git.html#more-about-git-config Also: line ending stuff for Windows people. |
I can also suggest: Thouhg I'd add:
Also, assuming windows, and office files intermingled I may add:
Also a data sublfolder:
|
For new members in my team I drill in the importance of ensuring that you do not commit data (or sensitve stuff like API keys) to the repo.
I think
.gitignore
and it's use should be highlighted in this regard.The text was updated successfully, but these errors were encountered: