Issue #40: gitignore the .plugin-cache.yml file.

This commit is contained in:
Jeff Geerling
2020-06-17 16:58:14 -05:00
parent 2dd81d6a39
commit 49e25c8eef
2 changed files with 3 additions and 84 deletions

3
.gitignore vendored
View File

@@ -6,6 +6,9 @@ __pycache__/
# Galaxy artifacts.
*.tar.gz
# Changelog cache files.
changelogs/.plugin-cache.yaml
# Temporary test files.
tests/output
tests/integration/cloud-config-*