mirror of
				https://github.com/privacyguides/blog.privacyguides.org.git
				synced 2025-10-31 05:36:30 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			253 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			253 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # 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
 |