3 Commits

Author SHA1 Message Date
Yara
5c293a85bf Merge pull request #103 from idealista/features/PLATFORM-3582
[PLATFORM-3582] Add .gitattributes file for linguist detection
2024-05-13 09:26:39 +02:00
ygomez
0a600912bf add #PR number on CHANGELOG.md 2024-01-17 11:54:56 +01:00
ygomez
141baf25a0 [PLATFORM-3582] Add .gitattributes file for linguist detection 2024-01-17 11:52:05 +01:00
2 changed files with 6 additions and 0 deletions

3
.gitattributes vendored Normal file
View File

@@ -0,0 +1,3 @@
*.yml linguist-detectable=true
*.yaml linguist-detectable=true
*.html linguist-detectable=false

View File

@@ -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)