Files
KaTeX/lint_blacklist.txt
Kevin Barabash 0f7a1a06e9 Blacklist dist/** so that ka-lint doesn't barf on those files
Test Plan:
- ./release.sh 0.6.0 0.7.0

Auditors: emily
2016-04-15 18:11:31 -07:00

10 lines
96 B
Plaintext

.git
# Autogenerated code
build/**
node_modules/**
dist/**
# Third party code
test/jasmine/**