Update gitignore (sorry)
Some checks failed
Android Build / publish (push) Successful in 33s
Linux Build / publish (push) Failing after 25s

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

24
electron/node_modules/is-ci/CHANGELOG.md generated vendored Normal file
View file

@ -0,0 +1,24 @@
# Changelog
## v3.0.1
- remove `.github` folder from published files ([dd15229](https://github.com/watson/is-ci/commit/dd15229))
## v3.0.0
Breaking changes:
- update to `ci-info` v3. This drops support for EOL node versions 6, 13
## v2.0.0
Breaking changes:
- Drop support for Node.js end-of-life versions: 0.10, 0.12, 4, 5, 7,
and 9
Other changes:
See [ci-info
changelog](https://github.com/watson/ci-info/blob/master/CHANGELOG.md#v200)
for a list of newly supported CI servers.