I want to commit my Android App code to a git repository. For this purpose I require a proper .gitignore file so that I can avoid commiting unnecessary and bloating stuff to the repo.
So I was wondering if anyone could provide me a good one for a kotlin project.
I have went through some questions here on StackOverflow, but those .gitignore are JAVA Project oriented, and I want one with kotlin orientation.