Pregunta

As I develop Android apps, I switch between Windows and OS X (on the same app) such that the .DS_Store file created by OS X appears in Windows. For Git, I can add .DS_Store to the ignore file, so no problem there. But, does .DS_Store make it into apk file (and hence increase the size of the apk file)?

¿Fue útil?

Solución

No, it's just a thing from Mac OS. You should just add it to .gitignore.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top