diff options
-rw-r--r-- | .gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -17,6 +17,7 @@ local.properties /.idea/assetWizardSettings.xml /.idea/jarRepositories.xml /.idea/google-java-format.xml +/.idea/runConfigurations.xml gradle.xml markdown-*.xml *.iml @@ -37,4 +38,7 @@ captures/ # Built application files *.apk -*.aar
\ No newline at end of file +*.aar + +# Lineage test build keys +lineage_keys/
\ No newline at end of file |