Add .gitignore to exclude all node packages and lock files
This commit is contained in:
Generated
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.FastRefreshContext = void 0;
|
||||
const react_1 = require("react");
|
||||
exports.FastRefreshContext = (0, react_1.createContext)({
|
||||
fastRefreshes: 0,
|
||||
manualRefreshes: 0,
|
||||
increaseManualRefreshes: () => { },
|
||||
});
|
||||
Reference in New Issue
Block a user