Discard .cache from linting and commiting

This commit is contained in:
Yanis Guenane
2021-02-16 14:14:36 +01:00
parent e5e996569c
commit 4e8308c90d
3 changed files with 6 additions and 0 deletions

View File

@@ -5,3 +5,4 @@ skip_list:
exclude_paths:
- deploy/
- .cache/

1
.gitignore vendored
View File

@@ -1 +1,2 @@
*~
.cache/

View File

@@ -1,5 +1,9 @@
---
extends: default
ignore: |
.cache/
rules:
truthy: disable
line-length: