# what I have done - sync main function in master branch and tested current code usage - remove redundant code - update README documents - fix the immutable files logic ## TODO - give fallback options for immutable files Co-authored-by: Boming Zhang <bomingzh@sjtu.edu.cn> Reviewed-on: #11 Co-authored-by: jon-lee <jon-lee@sjtu.edu.cn> Co-committed-by: jon-lee <jon-lee@sjtu.edu.cn>
		
			
				
	
	
		
			24 lines
		
	
	
		
			279 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			279 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
################################
 | 
						|
## White list based gitignore ##
 | 
						|
################################
 | 
						|
 | 
						|
# forbidden
 | 
						|
*
 | 
						|
.*
 | 
						|
 | 
						|
# allowed
 | 
						|
!.gitignore
 | 
						|
!.gitattributes
 | 
						|
!.gitea/
 | 
						|
!.gitea/issue_template/
 | 
						|
!.gitea/workflows/
 | 
						|
!*.yaml
 | 
						|
!Makefile
 | 
						|
!CMakeLists.txt
 | 
						|
!h[0-8]/
 | 
						|
!*.m
 | 
						|
!*.c
 | 
						|
!*.cpp
 | 
						|
!*.h
 | 
						|
!*.md
 |