mirror of
https://github.com/Mibew/simple-icons.git
synced 2024-11-15 18:04:12 +03:00
3528c3e4e6
* 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
|