mirror of
				https://github.com/dockersrc/almalinux
				synced 2025-11-03 19:02:19 -05:00 
			
		
		
		
	
		
			
	
	
		
			18 lines
		
	
	
		
			446 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			18 lines
		
	
	
		
			446 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
								 | 
							
								# Files to ignore
							 | 
						||
| 
								 | 
							
								# Tell docker to ignore .gitkeep
							 | 
						||
| 
								 | 
							
								.gitkeep
							 | 
						||
| 
								 | 
							
								# Tell docker to ignore .gitignore
							 | 
						||
| 
								 | 
							
								.gitignore
							 | 
						||
| 
								 | 
							
								# Tell docker to ignore node_modules/**
							 | 
						||
| 
								 | 
							
								node_modules/**
							 | 
						||
| 
								 | 
							
								# Tell docker to ignore .node_modules/**
							 | 
						||
| 
								 | 
							
								.node_modules/**
							 | 
						||
| 
								 | 
							
								# Tell docker to ignore **/.gitkeep
							 | 
						||
| 
								 | 
							
								**/.gitkeep
							 | 
						||
| 
								 | 
							
								# Tell docker to ignore **/.gitignore
							 | 
						||
| 
								 | 
							
								**/.gitignore
							 | 
						||
| 
								 | 
							
								# Tell docker to ignore **/node_modules/**
							 | 
						||
| 
								 | 
							
								**/node_modules/**
							 | 
						||
| 
								 | 
							
								# Tell docker to ignore **/.node_modules/**
							 | 
						||
| 
								 | 
							
								**/.node_modules/**
							 |