Skip to content

Commit e208d21

Browse files
committed
ignore github files for ansible galaxy
1 parent a29d360 commit e208d21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

galaxy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ issues: https://github.com/linuxfabrik/lfops/issues
6464
# artifact. A pattern is matched from the relative path of the file or directory of the collection directory. This
6565
# uses 'fnmatch' to match the files or directories. Some directories and files like 'galaxy.yml', '*.pyc', '*.retry',
6666
# and '.git' are always filtered
67-
build_ignore: []
68-
67+
build_ignore:
68+
- '.git*'

0 commit comments

Comments
 (0)