chore: correct galaxy build ignores

!42
This commit is contained in:
2024-03-14 01:36:31 +09:30
parent 536c6e7b26
commit f0f5d686fa
3 changed files with 10 additions and 8 deletions

View File

@ -1 +0,0 @@
galaxy.yml galaxy[version-incorrect]

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
artifacts/
build/
*.tar.gz

View File

@ -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