You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Bazel.gitignore 459B

12345678910111213
  1. # gitignore template for Bazel build system
  2. # website: https://bazel.build/
  3. # Ignore all bazel-* symlinks. There is no full list since this can change
  4. # based on the name of the directory bazel is cloned into.
  5. /bazel-*
  6. # Directories for the Bazel IntelliJ plugin containing the generated
  7. # IntelliJ project files and plugin configuration. Seperate directories are
  8. # for the IntelliJ, Android Studio and CLion versions of the plugin.
  9. /.ijwb/
  10. /.aswb/
  11. /.clwb/