mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
continue to ignore old server console output directory
This commit is contained in:
parent
bbbfa7227f
commit
d80f612c62
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ var options = {
|
|||
arch: "x64",
|
||||
platform: platform,
|
||||
icon: "resources/" + iconName,
|
||||
ignore: "logs|(S|s)andbox-\\S+|electron-packager|README.md|CMakeLists.txt|packager.js|.gitignore"
|
||||
ignore: "logs|(S|s)erver(\\s|-)(C|c)onsole-\\S+|(S|s)andbox-\\S+|electron-packager|README.md|CMakeLists.txt|packager.js|.gitignore"
|
||||
}
|
||||
|
||||
const EXEC_NAME = "server-console";
|
||||
|
|
Loading…
Reference in a new issue