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.validateDimension = void 0;
|
||||
/* eslint-disable prefer-destructuring */
|
||||
const no_react_1 = require("remotion/no-react");
|
||||
exports.validateDimension = no_react_1.NoReactInternals.validateDimension;
|
||||
Reference in New Issue
Block a user