@ -1 +0,0 @@
|
|||||||
galaxy.yml galaxy[version-incorrect]
|
|
||||||
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
artifacts/
|
||||||
|
build/
|
||||||
|
*.tar.gz
|
||||||
14
galaxy.yml
14
galaxy.yml
@ -65,17 +65,17 @@ issues: https://gitlab.com/nofusscomputing/projects/ansible/collections/kubernet
|
|||||||
# uses 'fnmatch' to match the files or directories. Some directories and files like 'galaxy.yml', '*.pyc', '*.retry',
|
# uses 'fnmatch' to match the files or directories. Some directories and files like 'galaxy.yml', '*.pyc', '*.retry',
|
||||||
# and '.git' are always filtered. Mutually exclusive with 'manifest'
|
# and '.git' are always filtered. Mutually exclusive with 'manifest'
|
||||||
build_ignore:
|
build_ignore:
|
||||||
- .vscode/
|
- .vscode
|
||||||
- artifacts/
|
- artifacts
|
||||||
- docs/
|
- docs
|
||||||
- .gitlab*
|
- .git*
|
||||||
- includes/
|
- gitlab-ci
|
||||||
- website-template/
|
- website-template
|
||||||
- .ansible-lint-ignore
|
- .ansible-lint-ignore
|
||||||
- .cz.yaml
|
- .cz.yaml
|
||||||
- .nfc_automation.yaml
|
- .nfc_automation.yaml
|
||||||
- dockerfile
|
- dockerfile
|
||||||
- mkdocs.yaml
|
- mkdocs.yml
|
||||||
|
|
||||||
# A dict controlling use of manifest directives used in building the collection artifact. The key 'directives' is a
|
# A dict controlling use of manifest directives used in building the collection artifact. The key 'directives' is a
|
||||||
# list of MANIFEST.in style
|
# list of MANIFEST.in style
|
||||||
|
|||||||
Reference in New Issue
Block a user