Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.idea and apk folders should be ignored by git #12

Closed
pandubaraja opened this issue Mar 25, 2020 · 2 comments · Fixed by #14
Closed

.idea and apk folders should be ignored by git #12

pandubaraja opened this issue Mar 25, 2020 · 2 comments · Fixed by #14

Comments

@pandubaraja
Copy link
Contributor

It seems .idea folder not ignored by git we need to add it to .gitignore.
Because it will always changes every time we open Android Studio.
It's should be ignored because we don't want to add changes that we are not making.

e.g. misc.xml
Screen Shot 2020-03-25 at 12 56 24

And also apk should not be in repo because if we build it again it will detect it as change. It is unnecessary to put apk in git repo. This will make repo size bigger to clone because we need to download the apk too.

Screen Shot 2020-03-25 at 13 07 34

@pandubaraja
Copy link
Contributor Author

Please check this PR #13

Thank you! 🙏

@PatilShreyas
Copy link
Owner

Hi @pandubaraja, Thanks for this. But APK isn't built automatically. So, you'll not face any problem due to /apk directory. APK is necessary so anyone can directly install app and it'll be easy to understand repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants