From f014282770705f20a950fba84c0ef8ae96d16435 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Wed, 21 Sep 2022 09:01:49 -0700 Subject: [PATCH] Exclude buck-out from being watched by watchman --- .watchmanconfig | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .watchmanconfig diff --git a/.watchmanconfig b/.watchmanconfig new file mode 100644 index 00000000..d93f3088 --- /dev/null +++ b/.watchmanconfig @@ -0,0 +1,3 @@ +{ + "ignore_dirs": ["buck-out"] +}