u
This commit is contained in:
42
.gitignore
vendored
42
.gitignore
vendored
@@ -5,7 +5,7 @@
|
|||||||
# https://github.com/SlideWave/gitignore-include?tab=readme-ov-file#examples
|
# https://github.com/SlideWave/gitignore-include?tab=readme-ov-file#examples
|
||||||
# https://gitignore.io
|
# https://gitignore.io
|
||||||
|
|
||||||
### .gitignore.global.txt ###
|
### .gitignore_global ###
|
||||||
|
|
||||||
# Self defined pattern to ignore
|
# Self defined pattern to ignore
|
||||||
?*.gitignore
|
?*.gitignore
|
||||||
@@ -13,12 +13,12 @@
|
|||||||
?*.gitignore.*
|
?*.gitignore.*
|
||||||
?*.gitignore.*/
|
?*.gitignore.*/
|
||||||
*.gitomit
|
*.gitomit
|
||||||
*.gitomit.*
|
|
||||||
*.gitomit/
|
*.gitomit/
|
||||||
|
*.gitomit.*
|
||||||
*.gitomit.*/
|
*.gitomit.*/
|
||||||
*.nogit
|
*.nogit
|
||||||
*.nogit.*
|
|
||||||
*.nogit/
|
*.nogit/
|
||||||
|
*.nogit.*
|
||||||
*.nogit.*/
|
*.nogit.*/
|
||||||
# 保留
|
# 保留
|
||||||
!.gitignore
|
!.gitignore
|
||||||
@@ -30,13 +30,16 @@
|
|||||||
.deploy_git/
|
.deploy_git/
|
||||||
.idea/
|
.idea/
|
||||||
.sass-cache/
|
.sass-cache/
|
||||||
.wrangler
|
.wrangler/
|
||||||
/test/unit/coverage/
|
/test/unit/coverage/
|
||||||
/test/e2e/reports/
|
/test/e2e/reports/
|
||||||
node_modules/
|
node_modules/
|
||||||
*.aab
|
*.aab
|
||||||
*.apk
|
*.apk
|
||||||
*.ipa
|
*.ipa
|
||||||
|
*.rar
|
||||||
|
*.tgz
|
||||||
|
*.zip
|
||||||
*.min.js
|
*.min.js
|
||||||
*.min.css
|
*.min.css
|
||||||
*.min.html
|
*.min.html
|
||||||
@@ -58,22 +61,8 @@ Thumbs.db
|
|||||||
thumbs.db
|
thumbs.db
|
||||||
_desktop.ini
|
_desktop.ini
|
||||||
|
|
||||||
# vue-cli 项目
|
|
||||||
/dist/
|
|
||||||
|
|
||||||
# 来自 vue-cli 创建项目的 .gitignore
|
|
||||||
.project
|
|
||||||
|
|
||||||
# hexo
|
|
||||||
/public/
|
|
||||||
|
|
||||||
# Hardhat
|
|
||||||
/artifacts/
|
|
||||||
/cache/
|
|
||||||
|
|
||||||
# seafile 临时文件
|
# seafile 临时文件
|
||||||
._*
|
._*
|
||||||
|
|
||||||
.$*
|
.$*
|
||||||
|
|
||||||
# office 暂存文件
|
# office 暂存文件
|
||||||
@@ -92,22 +81,5 @@ _desktop.ini
|
|||||||
.env.local
|
.env.local
|
||||||
.env.*.local
|
.env.*.local
|
||||||
|
|
||||||
# hexo
|
|
||||||
/db.json
|
|
||||||
|
|
||||||
# wo
|
|
||||||
# 服务端
|
|
||||||
/_archive/*
|
|
||||||
/_datastore/*
|
|
||||||
/_filestore/*
|
|
||||||
/_logstore/*
|
|
||||||
/_webroot/*
|
|
||||||
/_ssl/*
|
|
||||||
# uniapp 客户端
|
|
||||||
/unpackage/*
|
|
||||||
!/unpackage/res/
|
|
||||||
package-lock.json
|
|
||||||
pages4loader.json5
|
|
||||||
|
|
||||||
### .gitignore.local.txt ###
|
### .gitignore.local.txt ###
|
||||||
|
|
||||||
|
|||||||
@@ -15,8 +15,8 @@
|
|||||||
"morgan": "^1.9.0",
|
"morgan": "^1.9.0",
|
||||||
"serve-favicon": "^2.5.0",
|
"serve-favicon": "^2.5.0",
|
||||||
"vhost": "^3.0.2",
|
"vhost": "^3.0.2",
|
||||||
"wo-base-envar": "git+https://git.tic.cc/open/wo-base-envar",
|
"wo-base-envar": "git+https://git.tic.cc/opx/wo-base-envar",
|
||||||
"wo-core-toolkit": "git+https://git.tic.cc/open/wo-core-toolkit"
|
"wo-core-toolkit": "git+https://git.tic.cc/opx/wo-core-toolkit"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"cross-env": "^7.0.2",
|
"cross-env": "^7.0.2",
|
||||||
|
|||||||
@@ -27,9 +27,11 @@ FETCH_HEAD
|
|||||||
*/FETCH_HEAD
|
*/FETCH_HEAD
|
||||||
|
|
||||||
.Trash/
|
.Trash/
|
||||||
|
.Trashes/
|
||||||
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
*/.DS_Store
|
*/.DS_Store
|
||||||
|
*.aae # AAE 文件主要在苹果的照片应用程序中使用,保存对原始照片所做的编辑,比如,裁剪、旋转或调整亮度等操作的信息。
|
||||||
|
|
||||||
.thumbnails
|
.thumbnails
|
||||||
*/.thumbnails
|
*/.thumbnails
|
||||||
|
|||||||
Reference in New Issue
Block a user