13 lines
388 B
Plaintext
13 lines
388 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
|
|
|
|
# Substitution for the _VERSION_PRIVATE placeholder
|
|
tools/version.bzl export-subst
|