From 4f4bace96d77a59f395f2d65865e508dbfe4ca6d Mon Sep 17 00:00:00 2001 From: kksat <22549266+kksat@users.noreply.github.com> Date: Mon, 26 Aug 2024 12:33:26 +0200 Subject: [PATCH] ignore node_modules Signed-off-by: kksat <22549266+kksat@users.noreply.github.com> --- .config/yamllint.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/yamllint.yml b/.config/yamllint.yml index 93f37ff..f29c5ae 100644 --- a/.config/yamllint.yml +++ b/.config/yamllint.yml @@ -6,7 +6,8 @@ --- extends: default -ignore: [] +ignore: + - node_modules yaml-files: - '*.yaml'