mirror of
				https://github.com/casjaysdevdocker/ntfy
				synced 2025-10-31 02:02:36 -04: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/** |