From 5e458206e824bf70173a616ebc1b05b0ef26aa93 Mon Sep 17 00:00:00 2001 From: ygomez Date: Tue, 16 Jan 2024 17:00:12 +0100 Subject: [PATCH] [PLATFORM-3582] Add .gitattributes file for linguist detection --- .gitattributes | 3 +++ CHANGELOG.md | 8 ++++++++ 2 files changed, 11 insertions(+) create mode 100644 .gitattributes create mode 100644 CHANGELOG.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..4ba765e6 --- /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 new file mode 100644 index 00000000..f93e9088 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Change Log +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 + +