mirror of
				https://github.com/privacyguides/privacyguides.org.git
				synced 2025-11-04 13:27:53 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			373 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			373 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# SPDX-FileCopyrightText: 2020 Jonah Aragon <jonah@privacyguides.org>
 | 
						|
#
 | 
						|
# SPDX-License-Identifier: MIT OR CC-BY-SA-4.0
 | 
						|
 | 
						|
# Auto detect text files and perform LF normalization
 | 
						|
* text=auto
 | 
						|
 | 
						|
docs/** -linguist-documentation
 | 
						|
.git* text
 | 
						|
*.json text
 | 
						|
*.js text
 | 
						|
*.md text linguist-detectable
 | 
						|
*.{yml,yaml} text
 | 
						|
*.{htm,html} text diff=html
 | 
						|
 | 
						|
*.svg text
 | 
						|
*.png binary
 | 
						|
*.{jpeg,jpg} binary
 |