mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:51:57 +00:00
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:
parent
f1308f48af
commit
03c0f391bc
1
ui/assets/.gitignore
vendored
1
ui/assets/.gitignore
vendored
@ -9,3 +9,4 @@
|
||||
!img/**
|
||||
*.DS_Store
|
||||
stats.json
|
||||
*.hot-update.json
|
||||
|
||||
Loading…
Reference in New Issue
Block a user