Added: .gitignore

This commit is contained in:
2025-12-13 11:18:39 +01:00
parent 72d917f6ef
commit 59732f35fb
1059 changed files with 171564 additions and 3 deletions

4
node_modules/@nodelib/fs.scandir/out/constants.d.ts generated vendored Normal file
View File

@@ -0,0 +1,4 @@
/**
* IS `true` for Node.js 10.10 and greater.
*/
export declare const IS_SUPPORT_READDIR_WITH_FILE_TYPES: boolean;