From 1b9b8e81a2442b2b88fc64e803d7e18584ccf7df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Blanco=20L=C3=B3pez?= Date: Thu, 18 Feb 2021 12:39:38 +0100 Subject: [PATCH] #57 gitattributes for yaml detection --- CHANGELOG.md | 1 + .../{% raw %}.gitattributes{% endraw %} | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 {{cookiecutter.app_name}}_role/{% raw %}.gitattributes{% endraw %} diff --git a/CHANGELOG.md b/CHANGELOG.md index d533cf7..69ca23a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a ch ## Unreleased ### Added +- *[#57](https://github.com/idealista/cookiecutter-ansible-role/issues/57) Added gitattributes file* @blalop ### Changed ### Fixed ### Removed diff --git a/{{cookiecutter.app_name}}_role/{% raw %}.gitattributes{% endraw %} b/{{cookiecutter.app_name}}_role/{% raw %}.gitattributes{% endraw %} new file mode 100644 index 0000000..aae6a25 --- /dev/null +++ b/{{cookiecutter.app_name}}_role/{% raw %}.gitattributes{% endraw %} @@ -0,0 +1,2 @@ +*.yml linguist-detectable=true +*.yaml linguist-detectable=true