This commit is contained in:
luk
2026-06-23 11:29:10 +08:00
parent 94ca9dbb3e
commit e0d1f81af5
3 changed files with 34 additions and 36 deletions

42
.gitignore vendored
View File

@@ -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
@@ -16,6 +16,10 @@
*.gitomit/ *.gitomit/
*.gitomit.* *.gitomit.*
*.gitomit.*/ *.gitomit.*/
*.nogit
*.nogit/
*.nogit.*
*.nogit.*/
# 保留 # 保留
!.gitignore !.gitignore
!.gitignore.* !.gitignore.*
@@ -26,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
@@ -54,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 暂存文件
@@ -88,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 ###

View File

@@ -10,12 +10,16 @@
"js-sha3": "^0.8.0", "js-sha3": "^0.8.0",
"scrypt-js": "^2.0.3", "scrypt-js": "^2.0.3",
"setimmediate": "^1.0.5", "setimmediate": "^1.0.5",
"tic.action": "git+https://git.faronear.org/npm/tic.action#20190714_release_passtoken", "tic.action": "git+https://git.tic.cc/opx/tic.action#20190714_release_passtoken",
"tic-crypto": "git+https://git.faronear.org/npm/tic-crypto#20190109_preview", "tic-crypto": "git+https://git.tic.cc/opx/tic-crypto#20190109_preview",
"uuid": "^8.3.1" "uuid": "^8.3.1"
}, },
"deprecated": false, "deprecated": false,
"description": "blockchain tool for ticwallet", "description": "blockchain tool for ticwallet",
"keywords": ["tool", "blockchain", "tic"], "keywords": [
"tool",
"blockchain",
"tic"
],
"main": "index.js" "main": "index.js"
} }

View File

@@ -17,9 +17,21 @@
*.sfomit.* *.sfomit.*
*.sfomit/ *.sfomit/
*.sfomit.*/ *.sfomit.*/
*.nosf
*.nosf.*
*.nosf/
*.nosf.*/
## everything 'git pull or fetch' will update `.git/FETCH_HEAD`, even if the content doesn't change. To avoid too many useless updates of this file in Seafile history:
FETCH_HEAD
*/FETCH_HEAD
.Trash/
.Trashes/
.DS_Store .DS_Store
*/.DS_Store */.DS_Store
*.aae # AAE 文件主要在苹果的照片应用程序中使用,保存对原始照片所做的编辑,比如,裁剪、旋转或调整亮度等操作的信息。
.thumbnails .thumbnails
*/.thumbnails */.thumbnails
@@ -44,12 +56,18 @@ _desktop.ini
node_modules/ node_modules/
*/node_modules/ */node_modules/
package-lock.json package-lock.json
*/package-lock.json
pages4loader.json5 pages4loader.json5
*/pages4loader.json5
.deploy_git/ .deploy_git/
*/.deploy_git/ */.deploy_git/
# next.js 项目
.next/
*/.next/
# HBuilder 目录 # HBuilder 目录
unpackage/ unpackage/
*/unpackage/ */unpackage/