Search code examples
gitandroid-studiogit-submodulesandroid-studio-3.0

Hide git submodule changes from version control window


I'm working on git project with submodules. When I pull changes from remote repository my default change list contains changed submodule meta files:

meta files

And I need to move this files to another change list:

meta files in Git change list

How I can avoid this pain useless work?


Solution

  • Since Android Studio 3.5 Canary 8 submodule meta files are not moving to Default Changelist after pull command. All you need move it to Git changelist (look at description of question) and forget about it.