version control - What to commit into VCS from a Gradle project in Android Studio -
i using android studio 0.4.6 , gradle 1.10. want commit git necessary files , folders, cloning repository can start working project , not have issues of missing files/settings because of not commited file. point needed vcs , optional.
from question: "gradle directory in android studio project" see gradle/ folder have it, .idea/, .gradle/, gradlew.bat etc... see inside local.properties should not commited, else?
here .gitignore works perfect me now:
/app/build .idea/workspace.xml .idea/tasks.xml .gradle local.properties
you can take @ what should in .gitignore android studio project?
if use .gitignore file questions shouldn't have problems.
i think if create new project inside git directory android studio automatically create necessary .gitignore files project.
edit: seems android studio generates .gitignore files when create project.
Comments
Post a Comment