I'm tying to remove unit tests from Github in Xcode .
I removed unit tests and commit and push but the unit tests folder in Github still there , Now i know that unit tests is important but it's college project and i don't want the professors to ask about it .
So how to remove it from Github ? , And if you know any great tutorials about Unit Tests i'll be thankful .
Update:
When i remove the unit tests from target automatically Xcode removed the unit tests folders but when i close my project and reopened the unit tests folder was still there but not in the target so i simply remove the folders.