From f0f5d686fa8eec10ea155b0e05d5f87f5ce8fff8 Mon Sep 17 00:00:00 2001 From: Jon Date: Thu, 14 Mar 2024 01:36:31 +0930 Subject: [PATCH] chore: correct galaxy build ignores !42 --- .ansible-lint-ignore | 1 - .gitignore | 3 +++ galaxy.yml | 14 +++++++------- 3 files changed, 10 insertions(+), 8 deletions(-) delete mode 100644 .ansible-lint-ignore create mode 100644 .gitignore diff --git a/.ansible-lint-ignore b/.ansible-lint-ignore deleted file mode 100644 index d025a99..0000000 --- a/.ansible-lint-ignore +++ /dev/null @@ -1 +0,0 @@ -galaxy.yml galaxy[version-incorrect] \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5fa197d --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +artifacts/ +build/ +*.tar.gz \ No newline at end of file diff --git a/galaxy.yml b/galaxy.yml index 973b2e3..b3ef4d4 100644 --- a/galaxy.yml +++ b/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', # and '.git' are always filtered. Mutually exclusive with 'manifest' build_ignore: - - .vscode/ - - artifacts/ - - docs/ - - .gitlab* - - includes/ - - website-template/ + - .vscode + - artifacts + - docs + - .git* + - gitlab-ci + - website-template - .ansible-lint-ignore - .cz.yaml - .nfc_automation.yaml - dockerfile - - mkdocs.yaml + - mkdocs.yml # A dict controlling use of manifest directives used in building the collection artifact. The key 'directives' is a # list of MANIFEST.in style