Fix gitignore
All checks were successful
Android Build / publish (push) Successful in 32s
Linux Build / publish (push) Successful in 54s

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

6
electron/node_modules/y18n/build/lib/cjs.js generated vendored Normal file
View file

@ -0,0 +1,6 @@
import { y18n as _y18n } from './index.js';
import nodePlatformShim from './platform-shims/node.js';
const y18n = (opts) => {
return _y18n(opts, nodePlatformShim);
};
export default y18n;