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