ddc1a78705
The ignores can just list the directory and from them it will ignore the directory too. Add .gitreview and .gitignore and the importer_result.json. Change-Id: Ibe5e56ccd3fc54695bf64dd696adb2ec2bb0f3c2
30 lines
678 B
YAML
30 lines
678 B
YAML
namespace: openstack
|
|
name: cloud
|
|
readme: README.md
|
|
authors: Openstack
|
|
description: Openstack Ansible modules
|
|
license: GPL-3.0-or-later
|
|
tags:
|
|
- cloud
|
|
- openstack
|
|
dependencies: {}
|
|
repository: https://opendev.org/openstack/ansible-collections-openstack.git
|
|
documentation: https://docs.openstack.org/ansible-collections-openstack
|
|
homepage: https://opendev.org
|
|
issues: https://review.opendev.org/q/project:openstack/ansible-collections-openstack
|
|
build_ignore:
|
|
- "*.tar.gz"
|
|
- build_artifact
|
|
- ci
|
|
- galaxy.yml.in
|
|
- setup.cfg
|
|
- test-requirements.txt
|
|
- tests
|
|
- tools
|
|
- tox.ini
|
|
- .gitignore
|
|
- .gitreview
|
|
- .zuul.yaml
|
|
- .pytest_cache
|
|
- importer_result.json
|