Add .gitignore to exclude all node packages and lock files
This commit is contained in:
Generated
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
export declare const getDefaultOutLocation: ({ compositionName, defaultExtension, type, compositionDefaultOutName, outputLocation, }: {
|
||||
compositionName: string;
|
||||
compositionDefaultOutName: string | null;
|
||||
defaultExtension: string;
|
||||
type: "asset" | "sequence";
|
||||
outputLocation?: string | null;
|
||||
}) => string;
|
||||
Reference in New Issue
Block a user