2019-12-19 16:04:12 -07:00
|
|
|
# gitignore template for Bazel build system
|
|
|
|
# website: https://bazel.build/
|
|
|
|
|
|
|
|
# Ignore all bazel-* symlinks. There is no full list since this can change
|
|
|
|
# based on the name of the directory bazel is cloned into.
|
|
|
|
/bazel-*
|
2021-12-11 17:25:18 -07:00
|
|
|
|
|
|
|
# Directories for the Bazel IntelliJ plugin containing the generated
|
2022-12-03 17:19:34 -07:00
|
|
|
# IntelliJ project files and plugin configuration. Seperate directories are
|
2021-12-11 17:25:18 -07:00
|
|
|
# for the IntelliJ, Android Studio and CLion versions of the plugin.
|
|
|
|
/.ijwb/
|
|
|
|
/.aswb/
|
|
|
|
/.clwb/
|