From 0a0c6755525ff60f41341b46ee7eae13e465e498 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Sun, 21 Jan 2024 14:54:19 +0100 Subject: [PATCH] feat: ignore statix for templates --- statix.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 statix.toml diff --git a/statix.toml b/statix.toml new file mode 100644 index 0000000..daefa4c --- /dev/null +++ b/statix.toml @@ -0,0 +1,3 @@ +disabled = [] +nix_version = '2.4' +ignore = ['.direnv' 'templates']