Add .gitattributes file to avoid unwanted CRLF (#3954)
When Windows checks out files, it defaults to changing line endings to CRLF. If these files are then copied to a Linux system to be run, and the endings aren't changed at some point in that process, things break. This file forces git to use LF for all text files on all systems (except the request testing specfiles) to prevent issues everywhere.
This commit is contained in:
		
				
					committed by
					
						 Eugen Rochko
						Eugen Rochko
					
				
			
			
				
	
			
			
			
						parent
						
							f53ed108b0
						
					
				
				
					commit
					7aeb9168b0
				
			
							
								
								
									
										14
									
								
								.gitattributes
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								.gitattributes
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,14 @@ | ||||
| *                             text=auto eol=lf | ||||
| *.eot                         -text | ||||
| *.gif                         -text | ||||
| *.gz                          -text | ||||
| *.ico                         -text | ||||
| *.jpg                         -text | ||||
| *.mp3                         -text | ||||
| *.ogg                         -text | ||||
| *.png                         -text | ||||
| *.ttf                         -text | ||||
| *.webm                        -text | ||||
| *.woff                        -text | ||||
| *.woff2                       -text | ||||
| spec/fixtures/requests/**     -text !eol | ||||
		Reference in New Issue
	
	Block a user