mirror of
https://github.com/zebrajr/ansible.git
synced 2025-12-06 00:19:48 +01:00
13 lines
389 B
Plaintext
13 lines
389 B
Plaintext
include COPYING
|
|
include bin/*
|
|
include changelogs/CHANGELOG*.rst
|
|
include changelogs/changelog.yaml
|
|
include licenses/*.txt
|
|
include requirements.txt
|
|
recursive-include docs *
|
|
recursive-include packaging *.py *.j2
|
|
recursive-include test/integration *
|
|
recursive-include test/sanity *.in *.json *.py *.txt
|
|
recursive-include test/support *.py *.ps1 *.psm1 *.cs *.md
|
|
recursive-include test/units *
|