diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4ba765e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.yml linguist-detectable=true +*.yaml linguist-detectable=true +*.html linguist-detectable=false \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ee498c3..4c1599a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ 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). +## Added +- *[#103](https://github.com/idealista/cookiecutter-ansible-role/pull/103) (2024-01-17)- Add ".gitattributes" file for linguist detection.* @ygomezsaiz + ## Unreleased ## [2.10.2](https://github.com/idealista/cookiecutter-ansible-role/tree/2.10.2)