Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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/