diff --git a/CHANGELOG.md b/CHANGELOG.md index 69872e8..531ce86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a ch ## Unreleased ### Added ### Changed +- *[#63](https://github.com/idealista/cookiecutter-ansible-role/issues/63) Ignore html in gitattributes file* @blalop ### Fixed ### Removed diff --git a/{{cookiecutter.app_name}}_role/{% raw %}.gitattributes{% endraw %} b/{{cookiecutter.app_name}}_role/{% raw %}.gitattributes{% endraw %} index aae6a25..d08e2bf 100644 --- a/{{cookiecutter.app_name}}_role/{% raw %}.gitattributes{% endraw %} +++ b/{{cookiecutter.app_name}}_role/{% raw %}.gitattributes{% endraw %} @@ -1,2 +1,3 @@ *.yml linguist-detectable=true *.yaml linguist-detectable=true +*.html linguist-detectable=false