Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions Ansible.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Ansible retry files
*.retry

# Test driven development on Ansible with Molecule, Testinfra and pytest
.cache/
.idea/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some of these rules are covered by other templates we maintain - Global/JetBrains.gitignore and Python.gitignore come to mind. Are we able to distill these rules down to just what Ansible needs?

.molecule/
.tox/
__pycache__/
tests/roles
*.pyc