Add .gitignore to exclude all node packages and lock files
This commit is contained in:
Generated
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
import type { StaticFile } from 'remotion';
|
||||
export declare const readRecursively: ({ folder, output, startPath, staticHash, limit, }: {
|
||||
folder: string;
|
||||
startPath: string;
|
||||
output?: StaticFile[];
|
||||
staticHash: string;
|
||||
limit: number;
|
||||
}) => StaticFile[];
|
||||
Reference in New Issue
Block a user