update to standard .gitignore
This commit is contained in:
parent
62dd45cb70
commit
817bf6f24a
105
.gitignore
vendored
105
.gitignore
vendored
@ -2,45 +2,14 @@
|
|||||||
|
|
||||||
### 目录 #################################################################
|
### 目录 #################################################################
|
||||||
|
|
||||||
# wo-服务端
|
# 通用
|
||||||
/_archive/*
|
|
||||||
/_datastore/*
|
|
||||||
/_filestore/*
|
|
||||||
/_logstore/*
|
|
||||||
/_webroot/*
|
|
||||||
/_ssl/*
|
|
||||||
|
|
||||||
/test/unit/coverage/
|
|
||||||
/test/e2e/reports/
|
|
||||||
|
|
||||||
# uniapp 项目
|
|
||||||
/unpackage/*
|
|
||||||
!/unpackage/res/
|
|
||||||
|
|
||||||
# vue-cli 项目
|
|
||||||
/dist/
|
|
||||||
|
|
||||||
# hexo
|
|
||||||
/public/
|
|
||||||
|
|
||||||
.svn/
|
.svn/
|
||||||
.deploy_git/
|
.deploy_git/
|
||||||
.idea/
|
.idea/
|
||||||
.sass-cache/
|
.sass-cache/
|
||||||
|
/test/unit/coverage/
|
||||||
|
/test/e2e/reports/
|
||||||
node_modules/
|
node_modules/
|
||||||
|
|
||||||
|
|
||||||
### 文件 ###################################################################
|
|
||||||
|
|
||||||
# seafile 临时文件
|
|
||||||
._*
|
|
||||||
|
|
||||||
.$*
|
|
||||||
|
|
||||||
# office 暂存文件
|
|
||||||
~$*
|
|
||||||
|
|
||||||
*.apk
|
*.apk
|
||||||
*.min.js
|
*.min.js
|
||||||
*.min.css
|
*.min.css
|
||||||
@ -51,47 +20,69 @@ node_modules/
|
|||||||
*.sw*
|
*.sw*
|
||||||
*.sln
|
*.sln
|
||||||
*.suo
|
*.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
|
.bashrc_custom
|
||||||
|
|
||||||
# 苹果系统临时文件
|
# 苹果系统临时文件
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
.gitattributes
|
|
||||||
|
|
||||||
# 来自 vue-cli 创建项目的 .gitignore
|
|
||||||
.project
|
|
||||||
|
|
||||||
# 安卓缓存文件夹
|
# 安卓缓存文件夹
|
||||||
.thumbnails
|
.thumbnails
|
||||||
|
|
||||||
.umi
|
|
||||||
.umi-production
|
|
||||||
|
|
||||||
# local env files
|
# local env files
|
||||||
.env.local
|
.env.local
|
||||||
.env.*.local
|
.env.*.local
|
||||||
|
|
||||||
_desktop.ini
|
|
||||||
|
|
||||||
# hexo
|
# hexo
|
||||||
/db.json
|
/db.json
|
||||||
|
|
||||||
# wo-客户端环境配置,wo-服务端环境配置(server or uniapp-uniCloud)
|
# wo
|
||||||
envar-*.gitignore.js
|
envar-*.gitignore.js
|
||||||
|
# 服务端
|
||||||
npm-debug.log*
|
/_archive/*
|
||||||
|
/_datastore/*
|
||||||
yarn-debug.log*
|
/_filestore/*
|
||||||
yarn-error.log*
|
/_logstore/*
|
||||||
yarn.lock
|
/_webroot/*
|
||||||
|
/_ssl/*
|
||||||
|
# uniapp 客户端
|
||||||
|
/unpackage/*
|
||||||
|
!/unpackage/res/
|
||||||
package-lock.json
|
package-lock.json
|
||||||
pages4loader.json5
|
pages4loader.json5
|
||||||
|
|
||||||
selenium-debug.log
|
# 保留
|
||||||
|
|
||||||
Thumbs.db
|
|
||||||
thumbs.db
|
|
||||||
|
|
||||||
!.gitkeep
|
!.gitkeep
|
||||||
|
Loading…
Reference in New Issue
Block a user