summaryrefslogtreecommitdiffstats
path: root/options/gitignore/Bazel
diff options
context:
space:
mode:
authorGiteaBot <teabot@gitea.io>2021-12-12 00:25:18 +0000
committerGiteaBot <teabot@gitea.io>2021-12-12 00:25:18 +0000
commit0a7e8327a017c5dd43e552bbcd0d0f056bc1671b (patch)
tree5a0ceb17bb50ad7072181691c19d911276f651f9 /options/gitignore/Bazel
parent6d4172987e971345ce5572b85749aff4d740e086 (diff)
downloadgitea-0a7e8327a017c5dd43e552bbcd0d0f056bc1671b.tar.gz
gitea-0a7e8327a017c5dd43e552bbcd0d0f056bc1671b.zip
[skip ci] Updated licenses and gitignores
Diffstat (limited to 'options/gitignore/Bazel')
-rw-r--r--options/gitignore/Bazel7
1 files changed, 7 insertions, 0 deletions
diff --git a/options/gitignore/Bazel b/options/gitignore/Bazel
index a08ff4860c..bc3afc20ba 100644
--- a/options/gitignore/Bazel
+++ b/options/gitignore/Bazel
@@ -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/