updated .gitignore and seafile-ignore.txt using npm/sysconfig/*-ignore-find2merge.sh

This commit is contained in:
Luk
2024-01-28 12:16:28 +08:00
parent 9003a0bc8f
commit 9d5de815b5
2 changed files with 74 additions and 56 deletions

19
.gitignore vendored
View File

@@ -1,12 +1,25 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# how to include another gitignore?
# https://stackoverflow.com/questions/7005142/can-i-include-other-gitignore-file-in-a-gitignore-file-like-include-in-c-li
# https://github.com/github/gitignore
# https://github.com/SlideWave/gitignore-include?tab=readme-ov-file#examples
# https://gitignore.io
### 目录 #################################################################
### .gitignore_global ###
# Self defined extension to ignore all files/folders containing .gitignore
*.gitignore.*
*.gitignore.*/
*.gitignore
*.gitignore/
!.gitignore
# 通用
.svn/
.deploy_git/
.idea/
.sass-cache/
.wrangler
/test/unit/coverage/
/test/e2e/reports/
node_modules/
@@ -70,7 +83,6 @@ _desktop.ini
/db.json
# wo
*.gitignore.*
# 服务端
/_archive/*
/_datastore/*
@@ -86,3 +98,6 @@ pages4loader.json5
# 保留
!.gitkeep
### .gitignore_local ###