From 887d06a48514119f87019159fb45085d832eb201 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Sun, 31 Mar 2024 23:14:57 +0200 Subject: [PATCH] Add .watchmanconfig --- src/.watchmanconfig | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/.watchmanconfig diff --git a/src/.watchmanconfig b/src/.watchmanconfig new file mode 100644 index 000000000..a9aed51c7 --- /dev/null +++ b/src/.watchmanconfig @@ -0,0 +1,4 @@ +{ + "ignore_dirs": ["node_modules", "data", "pretix/static", "pretix/locale", "pretix/static.dist"] +} +