Closed shaunagm closed 9 years ago
I deleted the error.log file and stored the error.log into .gitignore.
Excellent! Can you submit those changes back to the repository as a pull request?
Edited: Nevermind, you are way ahead of me. :)
Just submitted a pull request!
You are halfway there! The gitignore looks awesome. But the pull request doesn't capture your deletion of the file. In order for git to remember that the file was deleted, you need to tell git that it was deleted. To do this, use the command:
git rm $file
And then commit as usual. :)
closes #39
Thank you @artLopez!
No problem @shaunagm . Always enthusiastic on contributing!
This error.log was mistakenly included in the repo. Can someone get rid of it?