blob: 29f4e89e6b9bec1b57078e2a43bb4edc34b2bc62 [file] [log] [blame] [edit]
# In code review, collapse generated files
docs/*.md linguist-generated=true
#################################
# Configuration for 'git archive'
# See https://git-scm.com/docs/git-archive#ATTRIBUTES
# Don't include dev-only targets in the distribution artifact.
dev export-ignore
# Don't include examples in the distribution artifact, to reduce size.
# You may want to add additional exclusions for folders or files that users don't need.
examples export-ignore