mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	Merge pull request #592 from vszakats/patch-1
ignore more Git local config files to avoid them being misidentified as ...
This commit is contained in:
		@@ -117,9 +117,11 @@
 | 
			
		||||
# Samples folders
 | 
			
		||||
- ^[Ss]amples/
 | 
			
		||||
 | 
			
		||||
# LICENSE files and gitignore
 | 
			
		||||
# LICENSE and git config files
 | 
			
		||||
- ^LICENSE$
 | 
			
		||||
- gitattributes$
 | 
			
		||||
- gitignore$
 | 
			
		||||
- gitmodules$
 | 
			
		||||
 | 
			
		||||
# Test fixtures
 | 
			
		||||
- ^[Tt]est/fixtures/
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user