mirror of
				https://github.com/casjaysdevdocker/bind
				synced 2025-11-04 01:02:38 -05:00 
			
		
		
		
	🗃️ Fixed the .gitignore file 🗃️
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				release-tag / release-image (push) Successful in 30m43s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	release-tag / release-image (push) Successful in 30m43s
				
			.gitignore
This commit is contained in:
		
							
								
								
									
										18
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										18
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -1,4 +1,4 @@
 | 
				
			|||||||
# gitignore created on 09/16/25 at 11:46
 | 
					# gitignore created on 05/22/25 at 21:00
 | 
				
			||||||
# Disable reminder in prompt
 | 
					# Disable reminder in prompt
 | 
				
			||||||
ignoredirmessage
 | 
					ignoredirmessage
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -83,7 +83,6 @@ $RECYCLE.BIN/
 | 
				
			|||||||
# ignore .build_failed files
 | 
					# ignore .build_failed files
 | 
				
			||||||
**/.build_failed*
 | 
					**/.build_failed*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
# ignore .bak files
 | 
					# ignore .bak files
 | 
				
			||||||
**/*.bak
 | 
					**/*.bak
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -100,4 +99,19 @@ $RECYCLE.BIN/
 | 
				
			|||||||
**/*.rewrite.sh
 | 
					**/*.rewrite.sh
 | 
				
			||||||
**/*.refactor.sh
 | 
					**/*.refactor.sh
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# ignore dotenv files
 | 
				
			||||||
 | 
					.env
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Ignore the file: app.env
 | 
				
			||||||
 | 
					app.env
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Ignore the file: compose.default.yaml
 | 
				
			||||||
 | 
					compose.default.yaml
 | 
				
			||||||
 | 
					# ignore the default dotenv file
 | 
				
			||||||
 | 
					default.env
 | 
				
			||||||
 | 
					# Exclude the rootfs dir
 | 
				
			||||||
 | 
					rootfs
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Exclude compose.yaml just in case it has sensitive data
 | 
				
			||||||
 | 
					compose.yaml
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user