Skip to content

Commit 70fb435

Browse files
mfeckierwjblue
andauthored
Update commands/global/new.js
Co-Authored-By: Robert Jackson <[email protected]>
1 parent 3f7861a commit 70fb435

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

commands/global/new.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,6 @@ module.exports.handler = function handler(options) {
132132
mode: 0o755 /* -rwxr-xr-x */,
133133
}
134134
);
135-
fs.outputFileSync(projectName + '/.gitignore', stripIndent('node_modules'));
135+
fs.outputFileSync(projectName + '/.gitignore', '/node_modules');
136136
fs.ensureFileSync(projectName + '/transforms/.gitkeep');
137137
};

0 commit comments

Comments
 (0)