Git not able to recognise addition of .xcscheme files in xcode project
问题 Added a new scheme corresponding to a test target in my xcode project. The new xcscheme file created is not getting reflected in git. Also doing a git status shows me nothing to commit, working directory clean . Trying to add it through terminal by git add .xcscheme says The following paths are ignored by one of your .gitignore files: MyProject.xcodeproj/xcshareddata/xcschemes/MyProjectTests.xcscheme Use -f if you really want to add them On verifying my .gitignore file, its completely blank.