In git master branch there is one android studio project and in another branch named x, there is sub android studio project. When I go to master from branch x, git show empty folder of subproject. But I want to hide everything of sub project from master. How can I do that?
Added root folder file in git ignore, but still not working. Master show empty subproject folder.
/*.iml
/.gradle
/local.properties
/.DS_Store
/build
/captures
/.externalNativeBuild
/.idea
in master
I want in master "RemoteTestApp" folder will be hidden