From d6bf8c79a7260b939c7d055c3acfc650c5d8e263 Mon Sep 17 00:00:00 2001 From: Luk Lu Date: Sat, 20 Aug 2022 10:27:59 +0800 Subject: [PATCH] use standard [.gitignore] file --- .gitignore | 79 ++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 53 insertions(+), 26 deletions(-) diff --git a/.gitignore b/.gitignore index bea1c5e..edac983 100755 --- a/.gitignore +++ b/.gitignore @@ -1,36 +1,63 @@ # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. -# dependencies -/node_modules -/npm-debug.log* -/yarn-error.log -/yarn.lock -/package-lock.json -/.deploy_git - -# production -/dist - -# misc +node_modules/ +/test/unit/coverage/ +/test/e2e/reports/ +.svn/ +.idea/ +.sass-cache/ +.deploy_git/ +.gitattributes +_desktop.ini .DS_Store - -# umi +.thumbnails +Thumbs.db +thumbs.db .umi .umi-production - -# IDE -/.vscode -/.idea +npm-debug.log* +yarn-debug.log* +yarn-error.log* +selenium-debug.log +package-lock.json *.iml +*.njsproj +*.ntvs* +*.sln +*.suo +._* +.$* +~$* -# HBuilder -/h5pack/*.js -/h5pack/*.css -/h5pack/index.html -/h5pack/favicon.ico -/h5pack/static/ +.bashrc_custom -.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-deploy-secret.js \ No newline at end of file +envar-deploy-secret.js + +# hexo 项目 +public/ + +# 服务端(server or uniapp-uniCloud)项目 +envar-base-custom.js +envar-base-dynamic.js +envar-base-secret.js + +!.gitkeep