mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Exclude from watching tests (#17744)
This commit is contained in:
		@@ -7,3 +7,4 @@ bin = "gitea"
 | 
				
			|||||||
include_ext = ["go", "tmpl"]
 | 
					include_ext = ["go", "tmpl"]
 | 
				
			||||||
exclude_dir = ["modules/git/tests", "services/gitdiff/testdata", "modules/avatar/testdata"]
 | 
					exclude_dir = ["modules/git/tests", "services/gitdiff/testdata", "modules/avatar/testdata"]
 | 
				
			||||||
include_dir = ["cmd", "models", "modules", "options", "routers", "services", "templates"]
 | 
					include_dir = ["cmd", "models", "modules", "options", "routers", "services", "templates"]
 | 
				
			||||||
 | 
					exclude_regex = ["_test.go$"]
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user