android-studio project git private folder -
android-studio project git private folder -
i have android project i'm working on using android studio , git repository. want start working on separate files (graphic files) not part of app. later edit them , include them in app (things icons , background images). want include them in git repository somewhere. best place. thinking of putting them in folder @ root of git repository , giving descriptive name. there mutual way this?
git/ personal/ app/ build/ gen/ gradle/ other-files
is 'personal' want? maybe want 'assets' or 'personal-assets'. people commonly do?
i nest them in assets under folder. don't know domain working in think descriptive possible best. create sure ignore directory in git if not want force files repo. git hub has link on how this. https://help.github.com/articles/ignoring-files/
android git android-studio
Comments
Post a Comment