diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index d81b8c9727..63a495e02e 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,6 @@ *~ **/actual.png **/diff.png -render-test/index.html offline.db new_offline.db xcuserdata @@ -38,6 +37,9 @@ test/fixtures/storage/assets.zip buck-out .buckd +# Generated metrics results +metrics/*.html + # Android RenderTestRunner render-test/android/.* render-test/android/app/build/ |