Blacklist dist/** so that ka-lint doesn't barf on those files

Test Plan:
- ./release.sh 0.6.0 0.7.0

Auditors: emily
This commit is contained in:
Kevin Barabash 2016-04-15 18:11:31 -07:00
parent 36164b98ea
commit 0f7a1a06e9

View File

@ -3,6 +3,7 @@
# Autogenerated code
build/**
node_modules/**
dist/**
# Third party code
test/jasmine/**