improve: remove buildConfig.json from git #227

Merged
Sainan merged 1 commits from yeet into main 2024-05-28 04:55:29 -07:00
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"
}