Add .gitignore to exclude all node packages and lock files
This commit is contained in:
+2
@@ -0,0 +1,2 @@
|
||||
import type { LogLevel } from '@remotion/renderer';
|
||||
export declare const getEnvironmentVariables: (onUpdate: null | ((newProps: Record<string, string>) => void), logLevel: LogLevel, indent: boolean) => Record<string, string>;
|
||||
Reference in New Issue
Block a user