From 1ea3065feb265bef738bd53e835567d595266725 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= Date: Tue, 6 Feb 2018 13:31:23 -0800 Subject: [PATCH] Ignore dangerfile Summary: Closes https://github.com/facebook/react-native/pull/17880 Differential Revision: D6915622 Pulled By: hramos fbshipit-source-id: 1dff643575c206e51d7486b4bebfd9a6a23e0c14 --- .flowconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flowconfig b/.flowconfig index 9d3009682b5cd6..571fc9114e9e0d 100644 --- a/.flowconfig +++ b/.flowconfig @@ -6,7 +6,7 @@ .*/local-cli/templates/.* ; Ignore the Dangerfile -/danger/dangerfile.js +/bots/dangerfile.js ; Ignore "BUCK" generated dirs /\.buckd/