| Zack Williams | ad45bf0 | 2020-03-04 21:37:20 -0700 | [diff] [blame] | 1 | # SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org> |
| 2 | # SPDX-License-Identifier: Apache-2.0 | ||||
| 3 | |||||
| 4 | *.html | ||||
| 5 | *.pyc | ||||
| 6 | .DS_Store | ||||
| 7 | __pycache__ | ||||
| 8 | ansible_collections | ||||
| 9 | cookiecutter/*default* | ||||
| Zack Williams | 434fec9 | 2020-10-09 19:52:40 -0700 | [diff] [blame^] | 10 | files/* |
| 11 | playbooks/*_vars | ||||
| 12 | inventory/* | ||||
| Zack Williams | ad45bf0 | 2020-03-04 21:37:20 -0700 | [diff] [blame] | 13 | roles/* |
| 14 | venv_onfansible | ||||