mirror of
				https://github.com/rclone/rclone.git
				synced 2025-10-30 23:17:59 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			315 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			315 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Go writes go.mod and go.sum with lf even on windows
 | |
| go.mod text eol=lf
 | |
| go.sum text eol=lf
 | |
| 
 | |
| # Ignore generated files in GitHub language statistics and diffs
 | |
| /MANUAL.* linguist-generated=true
 | |
| /rclone.1 linguist-generated=true
 | |
| 
 | |
| # Don't fiddle with the line endings of test data
 | |
| **/testdata/** -text
 | |
| **/test/** -text
 |