Skip to content

Commit ac5fc0b

Browse files
authored
Merge pull request #3869 from jesseschalken/patch-1
Ignore directories from the Bazel IntelliJ plugin
2 parents cb80974 + b333862 commit ac5fc0b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

community/Bazel.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,10 @@
44
# Ignore all bazel-* symlinks. There is no full list since this can change
55
# based on the name of the directory bazel is cloned into.
66
/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/

0 commit comments

Comments
 (0)