Skip to content

Commit

Permalink
Modify .bazelignore to allow reading git hash (#3264)
Browse files Browse the repository at this point in the history
  • Loading branch information
louwers authored Mar 2, 2025
1 parent feb4b1b commit 691384b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .bazelignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
.git
# ignore .git, but make sure we can get commit hash
!.git/HEAD
!.git/refs
!.git/refs/heads
!.git/packed-refs
.git/*

node_modules
bazel-out
bazel-bin
Expand Down

0 comments on commit 691384b

Please sign in to comment.