rename FONPATH to ROOTPATH; add git-ignore-find2copy.sh
This commit is contained in:
@@ -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
11
nixhome/.gitignore
vendored
@@ -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/*
|
||||
|
||||
Reference in New Issue
Block a user