Ignore interal_exports when linting

pull/4378/head
Christian Kaisermann 6 years ago
parent dd84e19b35
commit 6dd3fecd64

@ -4,6 +4,9 @@ _output
test/*/samples/*/output.js
node_modules
# automatically generated
internal_exports.ts
# output files
animate/*.js
esing/*.js

@ -1,2 +1,3 @@
package.json
test/**/samples/**/*.js
internal_exports.ts

Loading…
Cancel
Save