Skip to content

Commit

Permalink
feat(create): add a .gitignore file in new workspaces (#849)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle authored and gregmagolan committed Jun 12, 2019
1 parent 934e16e commit 3c05167
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/create/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,10 @@ install_bazel_dependencies()`);
}
},
null, 4));
write('.gitignore', `
dist
bazel-out
node_modules`);
// in the published distribution, this file will appear in the same folder as this file
try {
const rc = require.resolve('./common.bazelrc');
Expand Down

0 comments on commit 3c05167

Please sign in to comment.