Adjusted export-ignore rules to include `.git`, `.gitignore`, and `.gitattributes` for more precise exclusions during archive creation. This ensures irrelevant files are omitted when packaging the repository.
		
			
				
	
	
		
			4 lines
		
	
	
		
			90 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			90 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
/.git           export-ignore
 | 
						|
/.gitignore     export-ignore
 | 
						|
/.gitattributes export-ignore
 |