mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Mark models/fixtures as generated (#24775)
				
					
				
			Makes diffs like https://github.com/go-gitea/gitea/pull/24676/files more readable. I'm not sure if those are actually generated, but they are good to collapse in diffs anyways.
This commit is contained in:
		
							
								
								
									
										1
									
								
								.gitattributes
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitattributes
									
									
									
									
										vendored
									
									
								
							@@ -1,6 +1,7 @@
 | 
				
			|||||||
* text=auto eol=lf
 | 
					* text=auto eol=lf
 | 
				
			||||||
*.tmpl linguist-language=Handlebars
 | 
					*.tmpl linguist-language=Handlebars
 | 
				
			||||||
/assets/*.json linguist-generated
 | 
					/assets/*.json linguist-generated
 | 
				
			||||||
 | 
					/models/fixtures/** linguist-generated
 | 
				
			||||||
/public/img/svg/*.svg linguist-generated
 | 
					/public/img/svg/*.svg linguist-generated
 | 
				
			||||||
/public/vendor/** -text -eol linguist-vendored
 | 
					/public/vendor/** -text -eol linguist-vendored
 | 
				
			||||||
/templates/swagger/v1_json.tmpl linguist-generated
 | 
					/templates/swagger/v1_json.tmpl linguist-generated
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user