diff --git a/package.json b/package.json index bdd12dc..3cacedf 100644 --- a/package.json +++ b/package.json @@ -60,6 +60,13 @@ } }, "build": { + "files": [ + "!.gitignore", + "!regions.json", + "!changelog.txt", + "!README.md", + "!scoreboard.json" + ], "linux": { "target": [ { @@ -101,4 +108,4 @@ "rxjs": "^7.8.0", "ws": "^6.1.0" } -} \ No newline at end of file +}