The website content moved to the github.com/containerd/containerd.io
repository.
Commit da1fba0050 removed all website-
related content, but there were some stray files left behind.
This patch removes those files, and updates the `.editorconfig` file
to only match Markdown files.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			159 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			159 B
		
	
	
	
		
			INI
		
	
	
	
	
	
[*.md]
 | 
						|
end_of_line = lf
 | 
						|
charset = utf-8
 | 
						|
max_line_length = 80
 | 
						|
trim_trailing_whitespace = true
 | 
						|
insert_final_newline = false
 | 
						|
indent_style = space
 | 
						|
indent_size = 2
 |