diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | app/.gitignore | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -12,3 +12,4 @@ proguard_logs/ /out/
.gradle/*
/build/
+local.properties
diff --git a/app/.gitignore b/app/.gitignore index 796b96d1..e8fa30f8 100644 --- a/app/.gitignore +++ b/app/.gitignore @@ -1 +1,2 @@ /build +*.iml |