ignore template file from yamllint

This commit is contained in:
Hao Liu 2022-09-20 09:51:41 -04:00 committed by Jeff Bradberry
parent ada0d45654
commit 4bf612851f

View File

@ -8,6 +8,8 @@ ignore: |
awx/ui/test/e2e/tests/smoke-vars.yml
awx/ui/node_modules
tools/docker-compose/_sources
# django template files
awx/api/templates/instance_install_bundle/**
extends: default