-
Notifications
You must be signed in to change notification settings - Fork 929
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make logs gitignore-able #2023
Comments
@Tallyb , I believe these files were not created by Bit, probably by the compiler. If so, it'd be best to move the issue to bit.envs/envs repo. |
I'm pretty sure @davidfirst is right and it's not bit files. |
https://docs.bit.dev/docs/tutorials/bit-vue-tutorial and start it:
Go to the productList.vue file and add inside the methods (e.g. line 36) and extra |
@Tallyb I didn't got the files, but I notice few other issues:
while bit gives some
|
Hi @Tallyb - I also couldn't reproduce the log files issue (they do not appear at all for me), but what happened to @GiladShoham happened to me too. We spoke offline and found that this comes from bit having trouble serializing a circular error. Gilad is working on it. |
upgrade serialize-error ^2.1.0 -> ^5.0.0 remove deserialize-error (it's now part of serialize-error) related to #2023
* better handle external errors from compilers * upgrade serialize-error ^2.1.0 -> ^5.0.0 * remove deserialize-error (it's now part of serialize-error) * related to #2023
solved in 14.4.1 |
When
bit build
failed, the following errors were created in the root folder with names similar to those ones:?? report.20190924.144738.77808.0.001.json
?? report.20190924.144929.77853.0.001.json
?? report.20190924.145017.77889.0.001.json
This pattern is not explicit enough to make the files added to gitignore.
Files should end with log, so in most cases they are gitignored by default. Alternatively, they can be placed elsewhere and not in the project's root, so directory can be ignored.
The text was updated successfully, but these errors were encountered: