7a06bd9588
In the future, we'll also have optional optimization steps, which could
trim down `setup.yml` based on the components being used.
Related to e2132a3c51
which did the same
for the `requirements.yml` file.
14 lines
186 B
Text
14 lines
186 B
Text
/inventory
|
|
|
|
# ignore roles pulled by ansible-galaxy
|
|
/roles/galaxy/*
|
|
!/roles/galaxy/.gitkeep
|
|
|
|
# ignores vscode file
|
|
.vscode
|
|
|
|
# ignores macos files
|
|
.DS_Store
|
|
|
|
/requirements.yml
|
|
/setup.yml
|