Synchronize .dockerignore with .gitignore.

develop
Icedream 2017-05-18 08:32:34 +02:00
parent 475f00edb3
commit 6dc8e72927
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,10 @@ build/Release
# see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
node_modules
# Built files
src.js
dist
###
.git*