simple-icons/.dockerignore
Eric Cornelissen 3528c3e4e6
Update Dockerfile (#4271)
* 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.
2020-12-04 17:14:17 +01:00

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