Commit cc5552cd authored by mercury233's avatar mercury233

gitignore & fix

parent bc918cb0
...@@ -53,3 +53,20 @@ jspm_packages ...@@ -53,3 +53,20 @@ jspm_packages
.yarn-integrity .yarn-integrity
tsconfig.json
jsconfig.json
coffeelint.json
.vscode/
password.json
config.*.json
/ygopro
/windbot
/ssl
/decks/
/decks_save*
/node_modules/
test*
log*
{}
\ No newline at end of file
...@@ -48,7 +48,7 @@ const server = net.createServer((client) => { ...@@ -48,7 +48,7 @@ const server = net.createServer((client) => {
server.listen(config.port); server.listen(config.port);
if (config.modules.windbot) { if (config.modules.windbot.spawn) {
let windbot = child_process.spawn('mono', ['WindBot.exe', config.modules.windbot.port], { let windbot = child_process.spawn('mono', ['WindBot.exe', config.modules.windbot.port], {
cwd: 'windbot', cwd: 'windbot',
stdio: 'inherit' stdio: 'inherit'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment