forked from CCCHH/ansible-infra
		
	exclude symlinked ("roles" and "resources") dirs from vscode search
Also remove the ".vscode" directory from the ".gitignore" as the repo includes stuff in it.
This commit is contained in:
		
					parent
					
						
							
								63390c5588
							
						
					
				
			
			
				commit
				
					
						e713b2ea5b
					
				
			
		
					 2 changed files with 6 additions and 1 deletions
				
			
		
							
								
								
									
										1
									
								
								.gitignore
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -1 +0,0 @@
 | 
				
			||||||
.vscode
 | 
					 | 
				
			||||||
							
								
								
									
										6
									
								
								.vscode/settings.json
									
										
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								.vscode/settings.json
									
										
									
									
										vendored
									
									
										Normal file
									
								
							| 
						 | 
					@ -0,0 +1,6 @@
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					    "search.exclude": {
 | 
				
			||||||
 | 
					        "/playbooks/roles/": true,
 | 
				
			||||||
 | 
					        "/playbooks/resources/": true,
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue