code.gitea.io/gitea@v1.21.7/options/gitignore/Bazel (about)

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