mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-04 01:53:42 +08:00 
			
		
		
		
	full diff:
- https://github.com/containerd/containerd/compare/v1.7.8...v1.7.9
- 5ae9b23c40...c9ee8491d7
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			252 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			252 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,semconv,venv,.tools
 | 
						|
uri-ignore-words-list = *
 | 
						|
write =
 |