https://kotlinlang.org logo
Title
h

henrikhorbovyi

04/13/2022, 6:16 PM
Hey, everyone What should I “git ignore” in a kmm project? is there a .gitignore template for it?
1
l

Lucas Schiavini

04/13/2022, 7:02 PM
Probably a mix of default android gitignore and swift project.
h

henrikhorbovyi

04/13/2022, 7:08 PM
Yeah thanks. That’s what I did on my project, but I thought there was something Kotlin Multiplatform specific
m

mkrussel

04/13/2022, 7:56 PM
The online wizard includes a
.gitignore
file. https://terrakok.github.io/kmp-web-wizard/
h

henrikhorbovyi

04/14/2022, 12:16 AM
Uhh… thank you, @mkrussel
well, the gitignore that the wizard provides is the same one that android studio generates 😄
anyway, I found a sample project which has a more detailed
.gitignore
file
1
but thank you anyway folks 🙂