mirror of
				https://github.com/sb745/NyaaV3.git
				synced 2025-11-04 09:55:46 +02:00 
			
		
		
		
	This makes life much easier when working on Windows. And makes sure all of the codes are committed with LF as EOL char.
		
			
				
	
	
		
			36 lines
		
	
	
	
		
			492 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
	
		
			492 B
		
	
	
	
		
			Text
		
	
	
	
	
	
#
 | 
						|
# Makes sure all files detected as text have LF as the EOL character,
 | 
						|
# and leaves all files detected as binary untouched.
 | 
						|
#
 | 
						|
 | 
						|
* text=auto eol=lf
 | 
						|
 | 
						|
#
 | 
						|
# Text files
 | 
						|
#
 | 
						|
 | 
						|
# Example
 | 
						|
# *.ext			text
 | 
						|
 | 
						|
#
 | 
						|
# Binary files (binary is a macro for -text -diff)
 | 
						|
#
 | 
						|
 | 
						|
# Minified web files
 | 
						|
*.min.css		binary
 | 
						|
*.min.js		binary
 | 
						|
 | 
						|
# Images
 | 
						|
*.png			binary
 | 
						|
*.jpg			binary
 | 
						|
*.jpeg			binary
 | 
						|
*.gif			binary
 | 
						|
*.ico			binary
 | 
						|
 | 
						|
# Fonts
 | 
						|
*.svg			binary
 | 
						|
*.ttf			binary
 | 
						|
*.woff			binary
 | 
						|
*.woff2			binary
 | 
						|
*.eot			binary
 | 
						|
*.otf			binary
 |