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

View File

@@ -47,7 +47,7 @@ alias egrep='egrep --color=auto'
alias su='su -'
alias npmc='npm --registry https://registry.npm.taobao.org'
alias npmr='npm --silent run'
alias curlw='curl -sSL -w "%{url_effective}\n --- %{http_code} | %{time_total} s | %{size_download} bytes\n\n"'
alias curlw='curl -sSL -o /dev/null -w "%{http_code} | %{time_total} s | %{size_download} bytes | %{url_effective}\n"'
if [ "$(uname)" = "Darwin" ]
then
alias l='ls -lG'

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/*