Merge pull request #64 from idealista/bugs/63
#63 ignore html code in linguist detection
This commit is contained in:
commit
08003a20e3
@ -5,6 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a ch
|
|||||||
## Unreleased
|
## Unreleased
|
||||||
### Added
|
### Added
|
||||||
### Changed
|
### Changed
|
||||||
|
- *[#63](https://github.com/idealista/cookiecutter-ansible-role/issues/63) Ignore html in gitattributes file* @blalop
|
||||||
### Fixed
|
### Fixed
|
||||||
- *[#60](https://github.com/idealista/cookiecutter-ansible-role/issues/60) [BUG] Wrong state option in "Ensure skeleton log paths" task* @emepege
|
- *[#60](https://github.com/idealista/cookiecutter-ansible-role/issues/60) [BUG] Wrong state option in "Ensure skeleton log paths" task* @emepege
|
||||||
### Removed
|
### Removed
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
*.yml linguist-detectable=true
|
*.yml linguist-detectable=true
|
||||||
*.yaml linguist-detectable=true
|
*.yaml linguist-detectable=true
|
||||||
|
*.html linguist-detectable=false
|
||||||
|
Loading…
Reference in New Issue
Block a user