13 lines
166 B
Text
13 lines
166 B
Text
# Patterns to ignore when building packages.
|
|
# This supports shell glob matching.
|
|
*.tgz
|
|
.env
|
|
.git
|
|
.git_cache
|
|
.idea
|
|
*.md
|
|
docs/*
|
|
tmp/*
|
|
vendor/*
|
|
.travis.yml
|
|
.testignore
|