- move assets (raw jsons, icons, meshes and i18n data) into the root of repo. - move script into the root of repo. - modify blender manifest according to this changes. - optimize gitignore.
		
			
				
	
	
		
			7 lines
		
	
	
		
			196 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			196 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# All PNG image are binary
 | 
						|
*.png binary
 | 
						|
# Element placeholder mesh should be save as binary
 | 
						|
*.ph binary
 | 
						|
# Raw json data should be binary, although i edit it manually
 | 
						|
assets/jsons/*.json    binary
 |