From 0783df8862a64738c37e59d2a0a47ec1649f68ff Mon Sep 17 00:00:00 2001 From: Brian Hicks Date: Fri, 5 May 2023 08:27:28 -0500 Subject: [PATCH] ignore elm-stuff in the Buck file watcher --- .buckconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buckconfig b/.buckconfig index cdb5ec1a..f5c0586b 100644 --- a/.buckconfig +++ b/.buckconfig @@ -15,4 +15,4 @@ buck = none target_platform_detector_spec = target:root//...->prelude//platforms:default [project] -ignore = .git +ignore = .git,elm-stuff,component-catalog/elm-stuff