From a0b99e9d263c3ea11e68b6ff2986576c2c50fe0e Mon Sep 17 00:00:00 2001 From: ygomez Date: Tue, 16 Jan 2024 16:55:11 +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 ce1b204..cb57f8f 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](https://github.com/idealista/nomad_role/tree/develop) ### Changed ### Added From 6f1af2a22175a36180cf81c6023b95e64bbf8817 Mon Sep 17 00:00:00 2001 From: ygomez Date: Wed, 17 Jan 2024 09:24:11 +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 cb57f8f..ddd40da 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 +- *[#2](https://github.com/idealista/nomad_role/pull/2) (2024-01-17)- Add ".gitattributes" file for linguist detection.* @ygomezsaiz ## [Unreleased](https://github.com/idealista/nomad_role/tree/develop) ### Changed