improve: remove buildConfig.json from git (#227)
This commit is contained in:
parent
03704d0f96
commit
3236263399
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -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
3
.gitignore
vendored
@ -3,7 +3,8 @@
|
||||
|
||||
/.env
|
||||
/config.json
|
||||
/static/data/*.bin
|
||||
/static/data/**
|
||||
!/static/data/.gitkeep
|
||||
yarn.lock
|
||||
/tmp
|
||||
|
||||
|
0
static/data/.gitkeep
Normal file
0
static/data/.gitkeep
Normal file
@ -1,5 +0,0 @@
|
||||
{
|
||||
"version": "35.6.0",
|
||||
"buildLabel": "2024.05.15.11.07/4mPWinb13ZgMDySNQo3VeA",
|
||||
"matchmakingBuildId": "6945333874579955227"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user