Fix gitignore

This commit is contained in:
olcxja 2026-05-10 14:05:21 +02:00
commit a3f9280a1e
2902 changed files with 86686 additions and 2 deletions

2
electron/node_modules/boolean/build/lib/boolean.d.ts generated vendored Normal file
View file

@ -0,0 +1,2 @@
declare const boolean: (value: any) => boolean;
export { boolean };