Update ui/assets/.gitignore to ignore *.hot-update.json files (#42986)

Whenever I run `yarn watch-web` I end up with a bunch of untracked
`.hot-update.json` files in the `ui/assets` directory:

```
Untracked files:
  (use "git add <file>..." to include in what will be committed)
	ui/assets/runtime.e769c685d3f89b2a9437.hot-update.json
```
This commit is contained in:
Felix Kling 2022-10-14 14:36:01 +02:00 committed by GitHub
parent f1308f48af
commit 03c0f391bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,3 +9,4 @@
!img/**
*.DS_Store
stats.json
*.hot-update.json