From 5aa4dea3b7addf3a379d98475771bc4713c570fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Su=C3=A1rez?= Date: Thu, 20 Aug 2020 13:25:01 +0200 Subject: [PATCH] Remove Vagrant references from .gitignores --- .gitignore | 1 - {{cookiecutter.app_name}}_role/{% raw %}.gitignore{% endraw %} | 1 - 2 files changed, 2 deletions(-) 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/{{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