#63 ignore html code in linguist detection
This commit is contained in:
		
							parent
							
								
									c7be6405e8
								
							
						
					
					
						commit
						bf38884dcd
					
				@ -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
 | 
				
			||||||
### 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