Be more lenient with the unignore of Library in .gitignore
vscode for example has a issue in that it won't unignore Library if the unignore line ends with a slash.
This commit is contained in:
		
							parent
							
								
									4e65af0391
								
							
						
					
					
						commit
						aadd7bbbd8
					
				
							
								
								
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@ -5,7 +5,7 @@
 | 
			
		||||
.DS_Store
 | 
			
		||||
 | 
			
		||||
# Unignore the contents of `Library` as that's where our code lives.
 | 
			
		||||
!/Library/
 | 
			
		||||
!/Library
 | 
			
		||||
 | 
			
		||||
# Ignore files within `Library` (again).
 | 
			
		||||
/Library/Homebrew/.npmignore
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user