blob: 5af5e0de0404fd6a9dbff3f754699c6e146c5f7d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
*.retry
.idea
*.log
.cache/
__pycache__/
# temp collection path
# Can't ignore this directory for now, as the files have to be viewable by git in order to be sanity-checked
# ansible_collections/
# Galaxy artifacts.
*.tar.gz
# Changelog cache files.
changelogs/.plugin-cache.yaml
# Temporary test files.
tests/output
tests/integration/cloud-config-*
# Ignore the ansible_collections that the Makefile generates.
ansible_collections
|