Ignore ansible-galaxy roles requirements.yml

This commit is contained in:
Perflyst 2023-12-16 17:00:57 +01:00 committed by GitHub
parent 02bf317ef7
commit d6d9541e80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
"extends": [ "extends": [
"config:base" "config:base"
], ],
"ignorePaths": ["requirements.yml"],
"docker-compose": { "docker-compose": {
"fileMatch": ["templates/compose/*"] "fileMatch": ["templates/compose/*"]
} }