Skip to content

Commit 3c05167

Browse files
alexeaglegregmagolan
authored andcommitted
feat(create): add a .gitignore file in new workspaces (#849)
1 parent 934e16e commit 3c05167

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/create/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,10 @@ install_bazel_dependencies()`);
179179
}
180180
},
181181
null, 4));
182+
write('.gitignore', `
183+
dist
184+
bazel-out
185+
node_modules`);
182186
// in the published distribution, this file will appear in the same folder as this file
183187
try {
184188
const rc = require.resolve('./common.bazelrc');

0 commit comments

Comments
 (0)