Skip to content

Commit fbc8136

Browse files
committed
.gitignore: Ignore bazel symlinks
We use bazel-*, but only ignore files in the root dir to avoid false positives.
1 parent b5aa69f commit fbc8136

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ docs/book/node_modules/
66
# Editor temp files
77
*~
88
\#*#
9+
10+
# Skip bazel dirs
11+
/bazel-*

0 commit comments

Comments
 (0)