chore: Remove node_modules, dist, .env from tracking
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
8
node_modules/ajv/dist/vocabularies/validation/pattern.d.ts
generated
vendored
8
node_modules/ajv/dist/vocabularies/validation/pattern.d.ts
generated
vendored
@@ -1,8 +0,0 @@
|
||||
import type { CodeKeywordDefinition, ErrorObject } from "../../types";
|
||||
export type PatternError = ErrorObject<"pattern", {
|
||||
pattern: string;
|
||||
}, string | {
|
||||
$data: string;
|
||||
}>;
|
||||
declare const def: CodeKeywordDefinition;
|
||||
export default def;
|
||||
Reference in New Issue
Block a user