Closed bradstevanus1 closed 5 years ago
Ready to merge!
Your IDE files are still showing up in the commit (https://github.com/uwrobotics/MarsRover2019-firmware/pull/27/files), can you untrack them and then commit that?
I used git rm -r --cached . to remove and re-add all files for the .gitignore to take effect. Looks like the pull request is showed everything being removed and re-added.
Thats ok since its a merge into your branch, go ahead and squash + merge. 👍 For PRs to master branch we should make sure they are pretty clear for everyone to see the intended changes.
Sweet. Can you add the files types generated by your IDE to the .gitignore file?