Skip to content

Commit

Permalink
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
@@ -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');

0 comments on commit 3c05167

Please sign in to comment.