mirror of
				https://github.com/flame-engine/flame.git
				synced 2025-11-01 01:18:38 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			104 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			104 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/bash -xe
 | |
| 
 | |
| rm -rf */build
 | |
| rm -rf */android
 | |
| rm -rf */ios
 | |
| rm -rf */web
 | |
| rm -rf */macos
 | |
| rm -rf */test
 | 
