Alter .gitignore to ignore and allow the appropriate values
This commit is contained in:
		
							parent
							
								
									591fecee1c
								
							
						
					
					
						commit
						2f7ffec4cc
					
				
							
								
								
									
										27
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										27
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@ -413,16 +413,17 @@ FodyWeavers.xsd
 | 
				
			|||||||
*.vsix
 | 
					*.vsix
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ignore all in root folder except the allowed values
 | 
					#ignore all in root folder except the allowed values
 | 
				
			||||||
./**
 | 
					/*
 | 
				
			||||||
!./.editorconfig
 | 
					!.editorconfig
 | 
				
			||||||
!./.gitignore
 | 
					!.gitignore
 | 
				
			||||||
!./LICENSE
 | 
					!LICENSE
 | 
				
			||||||
!./README.mdf
 | 
					!README.mdf
 | 
				
			||||||
!./*.[Ss][Ll][Nn]
 | 
					!*.[Ss][Ll][Nn]
 | 
				
			||||||
!./.gitea/**
 | 
					!/.gitea
 | 
				
			||||||
!./build/**
 | 
					!/build
 | 
				
			||||||
!./docs/**
 | 
					!/docs
 | 
				
			||||||
!./examples/**
 | 
					!/examples
 | 
				
			||||||
!./src/**
 | 
					!/src
 | 
				
			||||||
!./tests/**
 | 
					!/tests
 | 
				
			||||||
!./tools/**
 | 
					!/tools
 | 
				
			||||||
 | 
					!/*.[Ss][Ll][Nn]
 | 
				
			||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user