mirror of
				https://github.com/Mibew/simple-icons.git
				synced 2025-10-31 02:25:59 +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
 |