27 lines
		
	
	
		
			233 B
		
	
	
	
		
			Plaintext
		
	
	
	
		
		
			
		
	
	
			27 lines
		
	
	
		
			233 B
		
	
	
	
		
			Plaintext
		
	
	
	
|  | # Dependencies | ||
|  | node_modules/ | ||
|  | 
 | ||
|  | # Build output | ||
|  | dist/ | ||
|  | build/ | ||
|  | out/ | ||
|  | unpackage/ # uni-app output | ||
|  | 
 | ||
|  | # Lock files | ||
|  | package-lock.json | ||
|  | yarn.lock | ||
|  | 
 | ||
|  | # Git | ||
|  | .git/ | ||
|  | 
 | ||
|  | # OS generated | ||
|  | .DS_Store | ||
|  | 
 | ||
|  | # uni-app specific | ||
|  | uni_modules/ | ||
|  | 
 | ||
|  | # Logs | ||
|  | *.log | ||
|  | 
 | ||
|  | # Docs | ||
|  | docs/  |