Add .gitignore to exclude all node packages and lock files
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
export * from "./errors";
|
||||
export * from "./helpers/parseUtil";
|
||||
export * from "./helpers/typeAliases";
|
||||
export * from "./helpers/util";
|
||||
export * from "./types";
|
||||
export * from "./ZodError";
|
||||
Reference in New Issue
Block a user