Skip to content

Commit

Permalink
.gitignore: Ignore bazel symlinks
Browse files Browse the repository at this point in the history
We use bazel-*, but only ignore files in the root dir to avoid false
positives.
  • Loading branch information
justinsb committed Jan 4, 2019
1 parent b5aa69f commit fbc8136
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ docs/book/node_modules/
# Editor temp files
*~
\#*#

# Skip bazel dirs
/bazel-*

0 comments on commit fbc8136

Please sign in to comment.