Skip to content

Commit

Permalink
ci: ignore ts dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
danethurber committed Oct 19, 2020
1 parent 5dd8ca3 commit 16c2b10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
Expand Up @@ -3,6 +3,8 @@ node_modules/*
**/.*
**/dist/*
*.dist.js
*.dist.ts
*.dist.tsx
.cache
.github
coverage/*
Expand Down

0 comments on commit 16c2b10

Please sign in to comment.