Looks like the dist
and bundle caching directory. Is it ok to ignore it on the .gitignore
?
Yes
Yes, it should only need to be created when building and running a build step in production and you'd not normally want to commit it to your git repo.
Perfect, many thanks!
Most helpful comment
Yes, it should only need to be created when building and running a build step in production and you'd not normally want to commit it to your git repo.