Skip to content

Commit

Permalink
Ignore more files with typo-ci (#21638)
Browse files Browse the repository at this point in the history
* package.json - all package.json should probably be left out, including `www`, `examples`, etc.
* .gitignore - only has file names (the ones we don't care about)
  • Loading branch information
tesseralis authored Feb 21, 2020
1 parent 45ac42d commit 4883454
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .typo-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ excluded_files:
- "node_modules/**/*"
- "package-lock.json"
- "yarn.lock"
- "packages/**/package.json"
- "package.json"
- ".typo-ci.yml"
- ".npmignore"
- ".gitignore"
- "packages/**/.npmignore"
- "**/*.js"
- "**/*.ts"
Expand Down

0 comments on commit 4883454

Please sign in to comment.