Skip to content

← All questions

Should HAR files go into git? Ours are nearly a megabyte each

Asked 11,380 views3 answers

Three recordings and the repository is a couple of megabytes heavier:

text
926K  projects/demo-shop/har/staging/cart.har
926K  projects/demo-shop/har/staging/login.har
926K  projects/demo-shop/har/staging/products.har

Two worries. Size, obviously, since every re-record rewrites the whole blob and the history grows. And the login one — that recording was made while signed in, so I would rather like to know what is in it before I push. Gitignore them and rebuild in CI, or commit?

asked by Ify Adeyemi6,584 ·

3 answers

Have the same question?

Ask it with the command you ran and the output you got, and it will be answered here.

Ask a question

Related