# 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 |