diff options
author | Brian Douglas <bdougie@users.noreply.github.com> | 2021-12-10 10:56:51 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-10 10:56:51 -0800 |
commit | ac5fc0bbb99a62601cc4d0ba5de9172aca59d9cc (patch) | |
tree | 1a2c874777d616a49938a66e646dbef2ddb77018 | |
parent | cb80974b9f8ea22e774c573c0dfd9593a8b8c973 (diff) | |
parent | b3338626a34e02dc46bcd1448be63fa0635421d7 (diff) | |
download | gitignore-ac5fc0bbb99a62601cc4d0ba5de9172aca59d9cc.tar.gz gitignore-ac5fc0bbb99a62601cc4d0ba5de9172aca59d9cc.zip |
Merge pull request #3869 from jesseschalken/patch-1
Ignore directories from the Bazel IntelliJ plugin
-rw-r--r-- | community/Bazel.gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/community/Bazel.gitignore b/community/Bazel.gitignore index a08ff486..bc3afc20 100644 --- a/community/Bazel.gitignore +++ b/community/Bazel.gitignore @@ -4,3 +4,10 @@ # 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-* + +# Directories for the Bazel IntelliJ plugin containing the generated +# IntelliJ project files and plugin configuration. Seperate directories are +# for the IntelliJ, Android Studio and CLion versions of the plugin. +/.ijwb/ +/.aswb/ +/.clwb/ |