[PLATFORM-3582] Add .gitattributes file for linguist detection

This commit is contained in:
ygomez 2024-01-17 11:52:05 +01:00
parent 6d78981a4f
commit 141baf25a0
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. 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). 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 ## Unreleased
## [2.10.2](https://github.com/idealista/cookiecutter-ansible-role/tree/2.10.2) ## [2.10.2](https://github.com/idealista/cookiecutter-ansible-role/tree/2.10.2)