89 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			89 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
 | 
						|
 | 
						|
### 目录 #################################################################
 | 
						|
 | 
						|
# 通用
 | 
						|
.svn/
 | 
						|
.deploy_git/
 | 
						|
.idea/
 | 
						|
.sass-cache/
 | 
						|
/test/unit/coverage/
 | 
						|
/test/e2e/reports/
 | 
						|
node_modules/
 | 
						|
*.apk
 | 
						|
*.min.js
 | 
						|
*.min.css
 | 
						|
*.min.html
 | 
						|
*.iml
 | 
						|
*.njsproj
 | 
						|
*.ntvs*
 | 
						|
*.sw*
 | 
						|
*.sln
 | 
						|
*.suo
 | 
						|
.gitattributes
 | 
						|
.umi
 | 
						|
.umi-production
 | 
						|
npm-debug.log*
 | 
						|
yarn-debug.log*
 | 
						|
yarn-error.log*
 | 
						|
yarn.lock
 | 
						|
selenium-debug.log
 | 
						|
Thumbs.db
 | 
						|
thumbs.db
 | 
						|
_desktop.ini
 | 
						|
 | 
						|
# vue-cli 项目
 | 
						|
/dist/
 | 
						|
 | 
						|
# 来自 vue-cli 创建项目的 .gitignore
 | 
						|
.project
 | 
						|
 | 
						|
# hexo
 | 
						|
/public/
 | 
						|
 | 
						|
# Hardhat
 | 
						|
/artifacts/
 | 
						|
/cache/
 | 
						|
 | 
						|
# seafile 临时文件
 | 
						|
._*
 | 
						|
 | 
						|
.$*
 | 
						|
 | 
						|
# office 暂存文件
 | 
						|
~$*
 | 
						|
 | 
						|
# 用户shell配置脚本
 | 
						|
.bashrc_custom
 | 
						|
 | 
						|
# 苹果系统临时文件
 | 
						|
.DS_Store
 | 
						|
 | 
						|
# 安卓缓存文件夹
 | 
						|
.thumbnails
 | 
						|
 | 
						|
# local env files
 | 
						|
.env.local
 | 
						|
.env.*.local
 | 
						|
 | 
						|
# hexo
 | 
						|
/db.json
 | 
						|
 | 
						|
# wo
 | 
						|
envar-*.gitignore.js
 | 
						|
# 服务端
 | 
						|
/_archive/*
 | 
						|
/_datastore/*
 | 
						|
/_filestore/*
 | 
						|
/_logstore/*
 | 
						|
/_webroot/*
 | 
						|
/_ssl/*
 | 
						|
# uniapp 客户端
 | 
						|
/unpackage/*
 | 
						|
!/unpackage/res/
 | 
						|
package-lock.json
 | 
						|
pages4loader.json5
 | 
						|
 | 
						|
# 保留
 | 
						|
!.gitkeep
 |