8 lines
		
	
	
		
			281 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			281 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# all png are binary
 | 
						|
*.png binary
 | 
						|
# our generated mesh should be save as binary
 | 
						|
*.bin binary
 | 
						|
# json is data and not good for human reading(althought I edit it on my own hand.)
 | 
						|
# so set it as binary
 | 
						|
bbp_ng/json/basic_blocks/*.json    binary
 | 
						|
bbp_ng/json/derived_blocks/*.json  binary |