Update gitignore (sorry)

This commit is contained in:
olcxja 2026-05-10 14:02:17 +02:00
commit cca8b02fea
6604 changed files with 1219661 additions and 4 deletions

15
electron/node_modules/electron-updater/README.md generated vendored Normal file
View file

@ -0,0 +1,15 @@
# electron-updater
This module allows you to automatically update your application. You only need to install this module and write two lines of code!
To publish your updates you just need simple file hosting, it does not require a dedicated server.
See [Auto Update](https://electron.build/auto-update) for more information.
Supported OS:
- macOS ([Squirrel.Mac](https://github.com/Squirrel/Squirrel.Mac)).
- Windows (NSIS).
- Linux (AppImage).
## Credits
Thanks to [Evolve Labs](https://www.evolvehq.com) for donating the npm package name.