From 82e0270637a798598d1e2e5050d5a0795f8be008 Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Wed, 12 May 2021 17:50:05 +0530 Subject: Ignore lineage keys in vcs --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2d7d649..7ece0fd 100644 --- a/.gitignore +++ b/.gitignore @@ -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 -- cgit v1.2.1