diff options
author | 2021-11-30 12:15:08 +0000 | |
---|---|---|
committer | 2021-11-30 12:15:08 +0000 | |
commit | d1f8fe803e329c85a8aefef47313dd9cf34b35cd (patch) | |
tree | 9ac9a908529601d3c2e263f69417bf3d4db62c75 /.gitignore | |
parent | ce3422bc4d7b1dcb644a21fb8f42efd2d0bb87a5 (diff) |
Supress lint warnings
Test: run app
Bug: 192304192
Change-Id: I02b842c383abe3a8d0c38277fd5bfac00346f4b5
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index be6b71b25..74b2e0ba2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ # Intellij **/.idea/ *.iml +local.properties +# Gradle +**/.gradle/ |