Closed dmragar closed 3 years ago
Here an example for a .gitignore
for my local setup: https://github.com/jomey/environment-setups/blob/master/local/gitignore
Sounds good. I’m available Monday.
cheers Dillon
On Dec 31, 2020, at 7:50 AM, Joachim Meyer notifications@github.com wrote:
Here an example for a .gitignore for my local setup: https://github.com/jomey/environment-setups/blob/master/local/gitignore
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
Can you please go one more time through the
Icon
files and remove them all?Good resource to see if they are still in there is to go to the 'Files Changed' tab on the PR and look at the list of files included in this PR. There you will see that there are still some in there.
Good to know about the "Files Changed" tab! I removed the rest of the Icon
files.
Looks like we need to go over some basic setup of the repositories .gitignore and your local one on your computer. In general, you should add things like
.ipynb_checkpoints
.DS_Store
to your global git setup. Also once committed and then added to the git ignore file will artificially blow up the size of a repository. Let's schedule a quick call next week and take care of that and then re-issue this PR. My bad for not thinking of this earlier.