rename FONPATH to ROOTPATH; add git-ignore-find2copy.sh

This commit is contained in:
Luk
2024-01-28 09:50:54 +08:00
parent d016571ff5
commit 304d2564fa
18 changed files with 380 additions and 329 deletions

11
nixhome/.gitignore vendored
View File

@@ -2,11 +2,18 @@
### 目录 #################################################################
# 自定义的后缀名,凡有 gitignore 后缀的都不进行同步
*.gitignore.*
*.gitignore.*/
*.gitignore
*.gitignore/
# 通用
.svn/
.deploy_git/
.idea/
.sass-cache/
.wrangler
/test/unit/coverage/
/test/e2e/reports/
node_modules/
@@ -70,10 +77,6 @@ _desktop.ini
/db.json
# wo
*.gitignore.*
*.gitignore.*/
*.gitignore
*.gitignore/
# 服务端
/_archive/*
/_datastore/*