use standard [.gitignore] file
This commit is contained in:
79
.gitignore
vendored
79
.gitignore
vendored
@@ -1,36 +1,63 @@
|
|||||||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
||||||
|
|
||||||
# dependencies
|
node_modules/
|
||||||
/node_modules
|
/test/unit/coverage/
|
||||||
/npm-debug.log*
|
/test/e2e/reports/
|
||||||
/yarn-error.log
|
.svn/
|
||||||
/yarn.lock
|
.idea/
|
||||||
/package-lock.json
|
.sass-cache/
|
||||||
/.deploy_git
|
.deploy_git/
|
||||||
|
.gitattributes
|
||||||
# production
|
_desktop.ini
|
||||||
/dist
|
|
||||||
|
|
||||||
# misc
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
.thumbnails
|
||||||
# umi
|
Thumbs.db
|
||||||
|
thumbs.db
|
||||||
.umi
|
.umi
|
||||||
.umi-production
|
.umi-production
|
||||||
|
npm-debug.log*
|
||||||
# IDE
|
yarn-debug.log*
|
||||||
/.vscode
|
yarn-error.log*
|
||||||
/.idea
|
selenium-debug.log
|
||||||
|
package-lock.json
|
||||||
*.iml
|
*.iml
|
||||||
|
*.njsproj
|
||||||
|
*.ntvs*
|
||||||
|
*.sln
|
||||||
|
*.suo
|
||||||
|
._*
|
||||||
|
.$*
|
||||||
|
~$*
|
||||||
|
|
||||||
# HBuilder
|
.bashrc_custom
|
||||||
/h5pack/*.js
|
|
||||||
/h5pack/*.css
|
|
||||||
/h5pack/index.html
|
|
||||||
/h5pack/favicon.ico
|
|
||||||
/h5pack/static/
|
|
||||||
|
|
||||||
.deploy_git
|
# hexo
|
||||||
|
db.json
|
||||||
|
|
||||||
|
# 客户端 uniapp 项目
|
||||||
|
/unpackage/dist
|
||||||
|
/unpackage/release
|
||||||
|
/unpackage/cache
|
||||||
|
/_archive/*
|
||||||
|
/_datastore/*
|
||||||
|
/_logstore/*
|
||||||
|
/_filestore/*
|
||||||
|
/_webroot/*
|
||||||
|
/dist/
|
||||||
|
*.apk
|
||||||
|
*.min.js
|
||||||
|
*.min.css
|
||||||
|
*.min.html
|
||||||
|
/pages4loader.json5
|
||||||
envar-web-custom.js
|
envar-web-custom.js
|
||||||
envar-deploy-secret.js
|
envar-deploy-secret.js
|
||||||
|
|
||||||
|
# hexo 项目
|
||||||
|
public/
|
||||||
|
|
||||||
|
# 服务端(server or uniapp-uniCloud)项目
|
||||||
|
envar-base-custom.js
|
||||||
|
envar-base-dynamic.js
|
||||||
|
envar-base-secret.js
|
||||||
|
|
||||||
|
!.gitkeep
|
||||||
|
|||||||
Reference in New Issue
Block a user