11 lines
		
	
	
		
			255 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			255 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
# Path-based git attributes
 | 
						|
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
 | 
						|
 | 
						|
# Force Unix style line endings
 | 
						|
* text eol=lf
 | 
						|
 | 
						|
# Explicitly mark binary types (to prevent unwanted line conversion)
 | 
						|
*.ico binary
 | 
						|
*.png binary
 | 
						|
*.woff binary
 |