updated .gitignore and seafile-ignore.txt using npm/sysconfig/*-ignore-find2merge.sh
This commit is contained in:
		
							parent
							
								
									02792a8c6b
								
							
						
					
					
						commit
						98ac10723f
					
				
							
								
								
									
										19
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										19
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@ -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 ###
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -6,6 +6,8 @@
 | 
			
		||||
# 文件在服务器端的后续更改会被同步到客户端,如果客户端也同时修改了这些文件,系统会生成冲突文件。
 | 
			
		||||
# seafile-ignore.txt 只能忽略还没有被同步的文件。对于已经被同步的文件,如果后来把它添加到 seafile-ignore.txt 中,系统只会忽略后续更改,已经上传的版本不会受影响。
 | 
			
		||||
 | 
			
		||||
### seafile-ignore_global ###
 | 
			
		||||
 | 
			
		||||
# 自定义的后缀名,凡有 sfignore 后缀的都不进行同步
 | 
			
		||||
*.sfignore
 | 
			
		||||
*.sfignore.*
 | 
			
		||||
@ -41,14 +43,15 @@ package-lock.json
 | 
			
		||||
 | 
			
		||||
pages4loader.json5
 | 
			
		||||
 | 
			
		||||
.svn/
 | 
			
		||||
*/.svn/
 | 
			
		||||
 | 
			
		||||
.deploy_git/
 | 
			
		||||
*/.deploy_git/
 | 
			
		||||
 | 
			
		||||
# HBuilder 目录
 | 
			
		||||
unpackage/
 | 
			
		||||
*/unpackage/
 | 
			
		||||
 | 
			
		||||
Icon
 | 
			
		||||
OneDrive/Icon
 | 
			
		||||
 | 
			
		||||
### seafile-ignore_local ###
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user