From 141baf25a0e52a9993930d830a333269dba2550b Mon Sep 17 00:00:00 2001 From: ygomez Date: Wed, 17 Jan 2024 11:52:05 +0100 Subject: [PATCH 1/2] [PLATFORM-3582] Add .gitattributes file for linguist detection --- .gitattributes | 3 +++ CHANGELOG.md | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 .gitattributes 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..218dc0f 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 +- *[PLATFORM-3582]- Add ".gitattributes" file for linguist detection.* @ygomezsaiz + ## Unreleased ## [2.10.2](https://github.com/idealista/cookiecutter-ansible-role/tree/2.10.2) From 0a600912bfa7a44b9827ce8ed4896528178ce7fa Mon Sep 17 00:00:00 2001 From: ygomez Date: Wed, 17 Jan 2024 11:54:56 +0100 Subject: [PATCH 2/2] add #PR number on CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 218dc0f..4c1599a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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 -- *[PLATFORM-3582]- Add ".gitattributes" file for linguist detection.* @ygomezsaiz +- *[#103](https://github.com/idealista/cookiecutter-ansible-role/pull/103) (2024-01-17)- Add ".gitattributes" file for linguist detection.* @ygomezsaiz ## Unreleased