mirror of
				https://github.com/Mibew/simple-icons.git
				synced 2025-11-03 20:05:13 +03:00 
			
		
		
		
	* Use NodeJS base for Dockerfile * Update .dockerignore for NodeJS files * Make git available in Docker container So that the container is more usable for development.
		
			
				
	
	
		
			14 lines
		
	
	
		
			135 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			135 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# NodeJS
 | 
						|
node_modules/
 | 
						|
npm-debug.log
 | 
						|
 | 
						|
# Jekyll
 | 
						|
_site/
 | 
						|
.sass-cache/
 | 
						|
.jekyll-cache/
 | 
						|
.jekyll-metadata
 | 
						|
 | 
						|
# Build files
 | 
						|
icons/*.js
 | 
						|
/index.js
 |