mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-04 18:13:42 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			272 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			272 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# https://github.com/codespell-project/codespell
 | 
						|
[codespell]
 | 
						|
builtin = clear,rare,informal
 | 
						|
check-filenames =
 | 
						|
check-hidden =
 | 
						|
ignore-words = .codespellignore
 | 
						|
interactive = 1
 | 
						|
skip = .git,go.mod,go.sum,go.work,go.work.sum,semconv,venv,.tools
 | 
						|
uri-ignore-words-list = *
 | 
						|
write =
 |