home-assistant-android/.gitignore
Justin Bassett 862301ce3f
Ignore ruby files that were generated in CI. (#3746)
* Ignore ruby files that were generated in CI.

* Sneaking in a fix to only upload assets only once per release.
2023-08-01 12:56:40 -04:00

27 lines
497 B
Plaintext

.DS_Store
local.properties
google-services.json
*.iml
.idea/
.gradle/
build/
*.keystore
version.txt
# Make sure our translation downloads don't make our repo dirty when building.
strings.zip
common/src/main/res/*/strings.xml
app/src/main/res/xml/locales_config.xml
wear/src/main/res/xml/locales_config.xml
!common/src/main/res/values/strings.xml
firebaseAppDistributionServiceCredentialsFile.json
playStorePublishServiceCredentialsFile.json
# Ruby stuff we don't care about
.bundle/
vendor/