16 lines
		
	
	
		
			271 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			271 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Exclude node modules
 | 
						|
node_modules
 | 
						|
 | 
						|
# Exclude the compiled project
 | 
						|
dist/*
 | 
						|
 | 
						|
# Include the demo_assets folder
 | 
						|
!dist/demo_assets/
 | 
						|
 | 
						|
# Include the built-in asset folder
 | 
						|
!dist/builtin/
 | 
						|
 | 
						|
### IF YOU ARE MAKING A PROJECT, YOU MAY WANT TO UNCOMMENT THIS LINE ###
 | 
						|
# !dist/assets/
 | 
						|
 |