You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							23 lines
						
					
					
						
							355 B
						
					
					
				
			
		
		
	
	
							23 lines
						
					
					
						
							355 B
						
					
					
				| # Autodetect text files | |
| * text=auto | |
|  | |
| # ...Unless the name matches the following overriding patterns | |
|  | |
| # Definitively text files | |
| *.php  text | |
| *.css  text | |
| *.js   text | |
| *.txt  text | |
| *.md   text | |
| *.xml  text | |
| *.json text | |
| *.bat  text | |
| *.sql  text | |
| *.xml  text | |
| *.yml  text | |
|  | |
| # Ensure those won't be messed up with | |
| *.png  binary | |
| *.jpg  binary | |
| *.gif  binary | |
| *.ttf  binary
 | |
| 
 |