Add .gitignore to exclude all node packages and lock files
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
export declare const mimeDb: Record<string, {
|
||||
source?: string;
|
||||
charset?: string;
|
||||
compressible?: boolean;
|
||||
extensions?: string[];
|
||||
}>;
|
||||
Reference in New Issue
Block a user