Add .gitignore to exclude all node packages and lock files
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
import type { LogLevel } from '@remotion/renderer';
|
||||
export declare const getOutputFilename: ({ imageSequence, compositionName, compositionDefaultOutName, defaultExtension, args, fromUi, indent, logLevel, }: {
|
||||
imageSequence: boolean;
|
||||
compositionName: string;
|
||||
compositionDefaultOutName: string | null;
|
||||
defaultExtension: string;
|
||||
args: (string | number)[];
|
||||
fromUi: string | null;
|
||||
indent: boolean;
|
||||
logLevel: LogLevel;
|
||||
}) => string;
|
||||
Reference in New Issue
Block a user