2023-11-01 16:00:27 +00:00
|
|
|
# In code review, collapse generated files
|
2022-04-20 04:45:06 +00:00
|
|
|
docs/*.md linguist-generated=true
|
2023-11-01 16:00:27 +00:00
|
|
|
|
|
|
|
#################################
|
|
|
|
# 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
|
|
|
|
|
2023-11-14 23:39:56 +00:00
|
|
|
# Omit the .bazeliskrc file for the smoke test that runs on the Bazel Central
|
|
|
|
# Regsitry ci because we test on Windows but do not publish Aspect CLI Windows
|
|
|
|
# binaries.
|
|
|
|
e2e/smoke/.bazeliskrc export-ignore
|
|
|
|
|
2023-11-01 16:00:27 +00:00
|
|
|
# Substitution for the _VERSION_PRIVATE placeholder
|
|
|
|
tools/version.bzl export-subst
|