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 printSkillsHelp: (logLevel: LogLevel) => void;
|
||||
export declare const skillsCommand: (args: string[], logLevel: LogLevel) => Promise<void> | undefined;
|
||||
Reference in New Issue
Block a user