Question

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)?

Était-ce utile?

La solution

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top