improve: remove buildConfig.json from git

I think it makes more sense for this file to be distributed with the cache file
This commit is contained in:
Sainan 2024-05-16 17:18:09 +02:00
parent 6294a315a8
commit dd76ef6227
4 changed files with 3 additions and 6 deletions

View File

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

3
.gitignore vendored
View File

@ -3,7 +3,8 @@
/.env /.env
/config.json /config.json
/static/data/*.bin /static/data/**
!/static/data/.gitkeep
yarn.lock yarn.lock
/tmp /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"
}