14 lines
		
	
	
	
		
			215 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			215 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| *
 | |
| !*/
 | |
| 
 | |
| # Ensure that all third-party code is ignored.
 | |
| /vendor/
 | |
| 
 | |
| # Add any custom DDEV commands.
 | |
| !/.ddev/commands/**
 | |
| 
 | |
| # Add any custom module code.
 | |
| !/web/modules/**
 | |
| 
 | |
| # Ignore any README.txt files.
 | |
| /web/**/README.txt
 |