Should lib_burst_generated64 be added to .gitignore?

Should lib_burst_generated64 be added to .gitignore?
If so, can this be added to the docs, and the various default .gitignore files, such as the one that GitHub automatically generates when creating a Unity project?

Is this a generated folder from a build? If so, just make a Builds folder in the project root, which will be excluded. The GitHub default gitignores are on GitHub, so if really needed you could make a PR for it (make sure it’s well researched it’s required beforehand)

It is a generated folder from a build, but that build is in the Builds folder in the project root. This is generated adjacent to it.
This thread is my research! I don’t know what this file is or if it should be included or not.

Make a folder per build in the Builds folder, then it should be fixed, right?

I mean maybe?!
If you’re trying to say that “yes, this file can be safely ignored” then great, that resolves this issue.
Do you know this, for a fact?

Your question was if it should be added to the gitignore. No build files should be on git, but if you make a subfolder in the Builds folder it will be ignored automatically

Makes sense. Then I’m gonna assume this file can and should be ignored.