git - Android studio cannot ignore gradle_project_sync_data.bin -
i have started move project android studio since google announced won't support eclipse anymore.
i have enabled version control, added remote , added git ignore file what should in .gitignore android studio project? , seems work fine apart 2 annoying files
build/intermediates/dex-cache/cache.xml build/intermediates/gradle_project_sync_data.bin
according git ignore both should ignored not
what doing wrong?
here gitignore
.gradle /local.properties /.idea/workspace.xml /.idea/libraries .ds_store /build /captures
Comments
Post a Comment