2
0
Fork 0
mirror of https://github.com/bazel-contrib/bazel-lib synced 2024-11-26 13:30:30 +00:00
bazel-lib/.gitattributes
Markus Hofbauer cdbfe4190c
fix(typos): Fix almost all typos with hook (#884)
* Fix almost all typos with hook

* align docs
2024-07-31 10:09:17 -04:00

18 lines
594 B
Plaintext

# In code review, collapse generated files
docs/*.md linguist-generated=true
#################################
# Configuration for 'git archive'
# see https://git-scm.com/docs/git-archive#ATTRIBUTES
# Omit folders that users don't need, making the distribution artifact smaller
lib/tests export-ignore
# Omit the .bazeliskrc file for the smoke test that runs on the Bazel Central
# Registry ci because we test on Windows but do not publish Aspect CLI Windows
# binaries.
e2e/smoke/.bazeliskrc export-ignore
# Substitution for the _VERSION_PRIVATE placeholder
tools/version.bzl export-subst