Add .gitignore to exclude all node packages and lock files
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.Log = void 0;
|
||||
const media_parser_1 = require("@remotion/media-parser");
|
||||
const { Log } = media_parser_1.MediaParserInternals;
|
||||
exports.Log = Log;
|
||||
Reference in New Issue
Block a user