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.truthy = truthy;
|
||||
function truthy(value) {
|
||||
return Boolean(value);
|
||||
}
|
||||
Reference in New Issue
Block a user