GitToolBox icon indicating copy to clipboard operation
GitToolBox copied to clipboard

Ignore changes in certain tracked files

Open chipskram opened this issue 4 years ago • 2 comments

It would be very useful to have the option to disable tracking for certain files, using the git commands git update-index --assume-unchanged <file> and git update-index --no-assume-unchanged <file>. The way I propose this is integrated into the Plugin is simply as a option called "Ignore new changes" (for example) when you right-click on a file in Project View. A specific use case would be config files that have to be changed for local testing, but should not be commited in that way (they contain credentials, etc.)

chipskram avatar Apr 21 '20 14:04 chipskram

Hi, are you interested in having this in Android Studio by any chance - it influenced version in which this should be implemented.

zielu avatar Apr 24 '20 19:04 zielu

I would like to see this in Android Studio - it would also be nice if you could ignore changes for a changelist

johncazier12 avatar Jul 21 '21 18:07 johncazier12