From d3ea746ec4bf8212f15eedf7e2b60bbef038ceba Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Fri, 19 Feb 2021 23:03:13 +0100 Subject: [PATCH] chore(yamllint): ignore .tox and node_modules --- .yamllint | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.yamllint b/.yamllint index f2b24c9..2b82019 100644 --- a/.yamllint +++ b/.yamllint @@ -1,3 +1,7 @@ +ignore: | + .tox/ + node_modules/ + extends: default rules: -- GitLab