Add .gitignore to exclude all node packages and lock files
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
import type { LogLevel } from '@remotion/renderer';
|
||||
export declare const GPU_COMMAND = "gpu";
|
||||
export declare const gpuCommand: (logLevel: LogLevel) => Promise<void>;
|
||||
Reference in New Issue
Block a user