2019-12-20 00:04:12 +01: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-12 01:25:18 +01:00
|
|
|
|
|
|
|
# Directories for the Bazel IntelliJ plugin containing the generated
|
2022-12-04 01:19:34 +01:00
|
|
|
# IntelliJ project files and plugin configuration. Seperate directories are
|
2021-12-12 01:25:18 +01:00
|
|
|
# for the IntelliJ, Android Studio and CLion versions of the plugin.
|
|
|
|
/.ijwb/
|
|
|
|
/.aswb/
|
|
|
|
/.clwb/
|