From 5d40b5fedd58415c8ac3a6295f75db042a65f857 Mon Sep 17 00:00:00 2001 From: Lorenzo Blasa Date: Wed, 17 May 2023 09:33:45 -0700 Subject: [PATCH] Lock manifest.json Summary: The PWA manifest is very unlikely to change at the same frequency that tokens get generated and injected here. Add it to .gitignore so that these changes are, well, ignored. Reviewed By: antonk52 Differential Revision: D45950055 fbshipit-source-id: bd082f3bf005c7746c7dd3682b4ebde039633398 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0558b9bd3..3d918d220 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ bundle.map .env desktop-branch-*/ auth.token +manifest.json # conflicts with FB internal infra .watchmanconfig