thundergolfer / example-bazel-monorepo

πŸŒΏπŸ’š Example Bazel-ified monorepo, supporting Golang, Java, Python, Scala, and Typescript
https://buildkite.com/thundergolfer-inc/the-one-true-bazel-monorepo
MIT License
328 stars 33 forks source link

Support ignoring certain languages #27

Closed thundergolfer closed 4 years ago

thundergolfer commented 4 years ago

Description

For some people coming to this repo, setting up the prerequisites of a particular language may be too difficult or they may not care about that language and want to ignore. The .bazelignore can ignore targets easily, however due to how Bazel works the WORKSPACE will still attempt to setup stuff and that would break.

This script is here to provide straightforward instructions for how to remove a particular language from this monorepo.