mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			313 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			313 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
root = "."
 | 
						|
tmp_dir = ".air"
 | 
						|
 | 
						|
[build]
 | 
						|
cmd = "make backend"
 | 
						|
bin = "gitea"
 | 
						|
include_ext = ["go", "tmpl"]
 | 
						|
exclude_dir = ["modules/git/tests", "services/gitdiff/testdata", "modules/avatar/testdata"]
 | 
						|
include_dir = ["cmd", "models", "modules", "options", "routers", "services", "templates"]
 | 
						|
exclude_regex = ["_test.go$"]
 |