beeware / briefcase-android-gradle-template

A template for generating Android Gradle projects with Briefcase
MIT License
21 stars 22 forks source link

Make .gitignore shorter #17

Closed paulproteus closed 4 years ago

paulproteus commented 4 years ago

Context

This .gitignore is used in the unusual case that you use cookiecutter to create an app, but then check in the generated Android app. That's not the way we do things in briefcase apps usually, but if you want to generate a non-briefcase Android app using this template and using the Python-Android-support ZIP file, you might appreciate the gitignore.

I'm making this change as aesthetic preparation for making the template agnostic as to what Python version you're using.

paulproteus commented 4 years ago

Looks like a good cleanup; but is there any reason we can't go extreme here, and straight up exclude apps/libs/*?

I guess if someone using our template goes and adds another C library that they build and put there. I'm a little shy about excessive excludes.