Add .gitignore to exclude all node packages and lock files
This commit is contained in:
Generated
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
import type { GitSource } from './git-source';
|
||||
export declare const getProjectName: ({ gitSource, resolvedRemotionRoot, basename, }: {
|
||||
gitSource: GitSource | null;
|
||||
resolvedRemotionRoot: string;
|
||||
basename: (str: string) => string;
|
||||
}) => string;
|
||||
Reference in New Issue
Block a user