android-studio project git private folder -
I have an Android project, I'm working on using the Android Studio and GIT repository. I want to start working on different files (graphic files) which will not be part of the app by default. Afterwards I will edit them and add them to the app (things like icons and background images). I want to include them anywhere in the git repository What is the best place I was thinking about putting them in a folder that is the root of the GIT repository and it has been given a descriptive name. Is there a common way of doing this?
git / personal / app / build / gen / gradle / other-files
What is 'private' what I want? Maybe I want 'property' or 'personal property' What do people usually do?
I will nest them in assets under any other folder. I do not know which domain you are working on, but I think it would be best as descriptively as possible. I can only make sure that you can ignore that directory in GIT if you do not want to push those files in your repo, how to do this in the Git Hub is a link.
Comments
Post a Comment