We started dropping binlog files in the project root directory during build. These aren't included in the default gitignore and will be checked in by default.
Hey can I take this issue and work on fixing it?
Go for it.
Hey @acoates-ms can you guide me through what must be done here?
From what I understand the problem is just I need to remove the .binlog
files from .gitignore
file.
No you need to add the binlog files to the git ignore file that is created during react-native-windows-init.
I believe this file https://github.com/microsoft/react-native-windows/blob/master/vnext/template/_gitignore
was that it?
I think that gitignore file might be for the windows directory instead of the root directory where we currently place the binlog (though I think the windows directory might be a better home for it).
If you wanted to validate, the steps would be:
I tried building it with the changes I made. but it seems it still drops .binlog
files in and isn't ignored by the .gitignore
files
@gat786 I had the same issue using Visual Studio. I'm not sure why
Well I think this needs to be fixed on the react native template gitignore sides of things rather than rnw template gitignore. I will check if that's the case and leave an update.