Updated 18 December 2016
Git is powerful. To tell you how powerful it just compare it with Mjolnir
But there are always some files which are being tracked in the versioning event if it is not used for us.
Let us take an example:
In the above image we can see some of the folder like build, idea are being tracked.
We can simply remove if from being tracked by few commands.
Add .gitignore plugin in you android studio.
Here is sample .gitignore file took from community.
Now if you want to untrack the files, Here are the steps you can follow.
Hope that fix your git tracking problem.
Happy coding !
REFERENCE:
If you have more details or questions, you can reply to the received confirmation email.
Back to Home
2 comments
Thank You 🙂