Android Question Git - which folder can I ignore.

davemorris

Active Member
Licensed User
Longtime User
Hi, Guys
I am using GIT for my version control system - however the .git file is growing at an alarming rate.

Question - which folders can I safely ignore - they appears that Objects folder and its sub folders are the problem but the manifest is in there so I am wondering which sub folders I can safely ignore.

Kind regards
Dave
 

DonManfred

Expert
Licensed User
Longtime User
Upvote 0

davemorris

Active Member
Licensed User
Longtime User
Hi, Thanks for the reply -
I have had a quick look at the documentation and it appears discuss the SVN system (I am using BitBucket a GIT based system). Therefore I simply need a list of folders (and files if necessary) and update the .gitIgnore file according.

Here is my list of possible folders (within the project folder) to exclude.

project /Autobackup
project/Objects/bin
project/Objects/gen
project/Objects/res
project/Objects/shell
project/Objects/src

All the rest looks important and should be committed - any comments?

Kind regards
Dave
 
Upvote 0
Top