improve: remove buildConfig.json from git (#227)

This commit is contained in:
Sainan 2024-05-28 13:55:29 +02:00 committed by GitHub
parent 03704d0f96
commit 3236263399
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 3 additions and 6 deletions

View File

@ -16,4 +16,5 @@ jobs:
node-version: "20.x"
- run: npm ci
- run: cp config.json.example config.json
- run: echo '{"version":"","buildLabel":"","matchmakingBuildId":""}' > static/data/buildConfig.json
- run: npm run build

3
.gitignore vendored
View File

@ -3,7 +3,8 @@
/.env
/config.json
/static/data/*.bin
/static/data/**
!/static/data/.gitkeep
yarn.lock
/tmp

0
static/data/.gitkeep Normal file
View File

View File

@ -1,5 +0,0 @@
{
"version": "35.6.0",
"buildLabel": "2024.05.15.11.07/4mPWinb13ZgMDySNQo3VeA",
"matchmakingBuildId": "6945333874579955227"
}