mirror of https://github.com/icedream/ts3bot.git
Synchronize .dockerignore with .gitignore.
parent
475f00edb3
commit
6dc8e72927
|
@ -24,6 +24,10 @@ build/Release
|
||||||
# see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
|
# see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
|
||||||
node_modules
|
node_modules
|
||||||
|
|
||||||
|
# Built files
|
||||||
|
src.js
|
||||||
|
dist
|
||||||
|
|
||||||
###
|
###
|
||||||
|
|
||||||
.git*
|
.git*
|
||||||
|
|
Loading…
Reference in New Issue