diff --git a/.gitignore b/.gitignore index 6959226..6e3ff8e 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,6 @@ tests/.cache __pycache__ .pytest_cache .molecule -.vagrant .cache *.iml diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d36973..c04c7c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a changelog](https://github.com/olivierlacan/keep-a-changelog). ## Unreleased +### Removed +- *[#9](https://github.com/idealista/cookiecutter-ansible-role/issues/9) Remove Vagrant pattern from role gitignore file* @vicsufer ### Added - *[#4](https://github.com/idealista/cookiecutter-ansible-role/issues/4) Upgrade to Goss v0.3.11* @pablogcaldito diff --git a/{{cookiecutter.app_name}}_role/{% raw %}.gitignore{% endraw %} b/{{cookiecutter.app_name}}_role/{% raw %}.gitignore{% endraw %} index c4029e0..c45c461 100644 --- a/{{cookiecutter.app_name}}_role/{% raw %}.gitignore{% endraw %} +++ b/{{cookiecutter.app_name}}_role/{% raw %}.gitignore{% endraw %} @@ -4,7 +4,6 @@ tests/.cache __pycache__ .pytest_cache .molecule -.vagrant .cache *.iml