mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-10-31 15:12:12 +00:00 
			
		
		
		
	I added a sample etc/hosts file and a sample requirements.txt file. I didn't know there was already a sample YAML file because it wasn't ticked in the issue so I added some extra syntax that I had in my own to the previous example.yaml file.
		
			
				
	
	
	
		
			614 B
		
	
	
	
	
	
		
			Vendored
		
	
	
	
			
		
		
	
	
			614 B
		
	
	
	
	
	
		
			Vendored
		
	
	
	
			
				#this is a comment in the hosts file
127.0.0.1 localhost
 
192.168.0.1 sample.test #a comment
192.160.0.200 try.sample.test try #another comment
216.58.223.238 google.com
 
::1 localhost.try ip6-localhost
		
	127.0.0.1 localhost
192.168.0.1 sample.test #a comment
192.160.0.200 try.sample.test try #another comment
216.58.223.238 google.com
::1 localhost.try ip6-localhost