mirror of
				https://github.com/casjaysdevdocker/cherokee
				synced 2025-11-03 19:02:27 -05:00 
			
		
		
		
	🗃️ Committing everything that changed 🗃️
Dockerfile Dockerfile.cherokee Dockerfile.final Dockerfile.nossl Dockerfile.selective Dockerfile.stable Dockerfile.ubuntu Dockerfile.zevenet .dockerignore .gitattributes .gitignore LICENSE.md README.md rootfs/.gitea/ rootfs/root/ rootfs/usr/local/bin/entrypoint.sh rootfs/usr/local/bin/pkmgr rootfs/usr/local/etc/docker/functions/entrypoint.sh rootfs/usr/local/share/template-files/config/env/ rootfs/usr/local/share/template-files/config/.gitkeep rootfs/usr/local/share/template-files/data/.gitkeep
This commit is contained in:
		@@ -1,4 +1,17 @@
 | 
			
		||||
# Files to ignore
 | 
			
		||||
.gitignore
 | 
			
		||||
# 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/**
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user