Add .gitignore to exclude all node packages and lock files
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.EXTRA_PACKAGES_DOCS = exports.EXTRA_PACKAGES = void 0;
|
||||
exports.EXTRA_PACKAGES = {
|
||||
zod: '3.22.3',
|
||||
mediabunny: '1.34.2',
|
||||
};
|
||||
exports.EXTRA_PACKAGES_DOCS = {
|
||||
zod: 'https://www.remotion.dev/docs/schemas#prerequisites',
|
||||
mediabunny: 'https://www.remotion.dev/docs/mediabunny/version',
|
||||
};
|
||||
Reference in New Issue
Block a user