Add .gitignore to exclude all node packages and lock files
This commit is contained in:
Generated
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
import type { DownloadBehavior } from 'remotion';
|
||||
export type EmittedArtifact = {
|
||||
filename: string;
|
||||
content: string | Uint8Array;
|
||||
frame: number;
|
||||
downloadBehavior: DownloadBehavior | null;
|
||||
};
|
||||
Reference in New Issue
Block a user