martinstoeckli / SilentNotes

SilentNotes is a simple note taking app which respects your privacy.
https://www.martinstoeckli.ch/silentnotes
Mozilla Public License 2.0
238 stars 35 forks source link

Remove temporary build files #263

Closed OgreTransporter closed 3 months ago

OgreTransporter commented 3 months ago

The temporary files are actually excluded from the source code management via the gitignore file. However, a few files have slipped through. Since they contain absolute paths for Nuget, among other things, other people may have problems building the programs if they are not deleted beforehand.

martinstoeckli commented 3 months ago

Thanks for bringing this up. The files didn't slip through, there was a time I couldn't build without them, don't remember whether it was locally or the GitHub actions. Just tested again locally and it worked without problems, so let us merge and try to build on GitHub. Thanks! Edit: Just ran a build on GitHub, everything well.