improve gitignore and seafile-ignore

This commit is contained in:
Luk
2024-04-24 14:17:57 +08:00
parent 010a8a5bf8
commit 3707a57149

26
.gitignore vendored
View File

@@ -5,14 +5,21 @@
# 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 ### ### .gitignore.global.txt ###
# Self defined extension to ignore all files/folders containing .gitignore # Self defined pattern to ignore
*.gitignore.* ?*.gitignore
*.gitignore.*/ ?*.gitignore/
*.gitignore ?*.gitignore.*
*.gitignore/ ?*.gitignore.*/
*.gitomit
*.gitomit/
*.gitomit.*
*.gitomit.*/
# 保留
!.gitignore !.gitignore
!.gitignore.*
!.gitkeep
# 通用 # 通用
.svn/ .svn/
@@ -23,7 +30,9 @@
/test/unit/coverage/ /test/unit/coverage/
/test/e2e/reports/ /test/e2e/reports/
node_modules/ node_modules/
*.aab
*.apk *.apk
*.ipa
*.min.js *.min.js
*.min.css *.min.css
*.min.html *.min.html
@@ -96,8 +105,5 @@ _desktop.ini
package-lock.json package-lock.json
pages4loader.json5 pages4loader.json5
# 保留 ### .gitignore.local.txt ###
!.gitkeep
### .gitignore_local ###