mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			33 lines
		
	
	
		
			612 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			612 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# DIFFS: Noise suppression.
 | 
						|
#
 | 
						|
# Suppress noisy generated files in diffs.
 | 
						|
# (When you actually want to see these diffs, use `git diff -a`.)
 | 
						|
 | 
						|
# Large test fixtures:
 | 
						|
corporate/tests/stripe_fixtures/*.json -diff
 | 
						|
 | 
						|
 | 
						|
# FORMATTING
 | 
						|
 | 
						|
# Maintain LF (Unix-style) newlines in text files.
 | 
						|
*   text=auto eol=lf
 | 
						|
 | 
						|
# Make sure various media files never get somehow auto-detected as text
 | 
						|
# and then newline-converted.
 | 
						|
*.gif binary
 | 
						|
*.jpg binary
 | 
						|
*.jpeg binary
 | 
						|
*.eot binary
 | 
						|
*.woff binary
 | 
						|
*.woff2 binary
 | 
						|
*.svg binary
 | 
						|
*.ttf binary
 | 
						|
*.png binary
 | 
						|
*.otf binary
 | 
						|
*.tif binary
 | 
						|
*.ogg binary
 | 
						|
*.bson binary
 | 
						|
*.bmp binary
 | 
						|
*.mp3 binary
 | 
						|
*.pdf binary
 |