Add .gitignore to exclude all node packages and lock files
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
import { type LogLevel } from '@remotion/renderer';
|
||||
export declare const addCommand: ({ remotionRoot, packageManager, packageNames, logLevel, args, }: {
|
||||
remotionRoot: string;
|
||||
packageManager: string | undefined;
|
||||
packageNames: string[];
|
||||
logLevel: LogLevel;
|
||||
args: string[];
|
||||
}) => Promise<void>;
|
||||
Reference in New Issue
Block a user