mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	Update .gitattributes for .tmpl files (#18576)
There are a few .tmpl files outside the templates directory. Match these as well by using `*.tmpl` glob in `.gitattributes`. Also, sort the file alphabetically.
This commit is contained in:
		
							
								
								
									
										8
									
								
								.gitattributes
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.gitattributes
									
									
									
									
										vendored
									
									
								
							| @@ -1,9 +1,9 @@ | |||||||
| * text=auto eol=lf | * text=auto eol=lf | ||||||
| /vendor/** -text -eol linguist-vendored | *.tmpl linguist-language=Handlebars | ||||||
| /public/vendor/** -text -eol linguist-vendored |  | ||||||
| /web_src/js/vendor/** -text -eol linguist-vendored |  | ||||||
| /templates/**/*.tmpl linguist-language=Handlebars |  | ||||||
| /.eslintrc linguist-language=YAML | /.eslintrc linguist-language=YAML | ||||||
| /.stylelintrc linguist-language=YAML | /.stylelintrc linguist-language=YAML | ||||||
|  | /public/vendor/** -text -eol linguist-vendored | ||||||
|  | /vendor/** -text -eol linguist-vendored | ||||||
| /web_src/fomantic/build/** linguist-generated | /web_src/fomantic/build/** linguist-generated | ||||||
|  | /web_src/js/vendor/** -text -eol linguist-vendored | ||||||
| Dockerfile.* linguist-language=Dockerfile | Dockerfile.* linguist-language=Dockerfile | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user