17 lines
		
	
	
		
			191 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			191 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # .stylelintignore
 | |
| # 旧的不需打包的样式库
 | |
| *.min.css
 | |
|  
 | |
| # 其他类型文件
 | |
| *.js
 | |
| *.jpg
 | |
| *.png
 | |
| *.eot
 | |
| *.ttf
 | |
| *.woff
 | |
| *.json
 | |
|  
 | |
| # 测试和打包目录
 | |
| /dist/*
 | |
| /node_modules/*
 | |
| /src/assets/* | 
