improve gitignore and seafile-ignore

This commit is contained in:
Luk
2024-04-24 14:18:13 +08:00
parent 15b87bbd7c
commit 5fd32c86b3
2 changed files with 30 additions and 13 deletions

26
.gitignore vendored
View File

@@ -5,14 +5,21 @@
# https://github.com/SlideWave/gitignore-include?tab=readme-ov-file#examples
# https://gitignore.io
### .gitignore_global ###
### .gitignore.global.txt ###
# Self defined extension to ignore all files/folders containing .gitignore
*.gitignore.*
*.gitignore.*/
*.gitignore
*.gitignore/
# Self defined pattern to ignore
?*.gitignore
?*.gitignore/
?*.gitignore.*
?*.gitignore.*/
*.gitomit
*.gitomit/
*.gitomit.*
*.gitomit.*/
# 保留
!.gitignore
!.gitignore.*
!.gitkeep
# 通用
.svn/
@@ -23,7 +30,9 @@
/test/unit/coverage/
/test/e2e/reports/
node_modules/
*.aab
*.apk
*.ipa
*.min.js
*.min.css
*.min.html
@@ -96,8 +105,5 @@ _desktop.ini
package-lock.json
pages4loader.json5
# 保留
!.gitkeep
### .gitignore_local ###
### .gitignore.local.txt ###