Add .gitignore to exclude all node packages and lock files
This commit is contained in:
Generated
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
export type GitSource = {
|
||||
type: 'github';
|
||||
org: string;
|
||||
name: string;
|
||||
ref: string;
|
||||
relativeFromGitRoot: string;
|
||||
};
|
||||
Reference in New Issue
Block a user