Skip to content

Commit

Permalink
chore: exclude files
Browse files Browse the repository at this point in the history
  • Loading branch information
InkoHX committed Mar 9, 2024
1 parent 94fa3ac commit d367688
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "@nexterias/twitter-api-fetch",
"version": "3.0.0",
"exports": "./mod.ts",
"publish": {
"exclude": ["./.github/**/*", "./cliff.toml", "./vscode/**/*"]
},
"lint": {
"exclude": ["./coverage"]
},
Expand Down

0 comments on commit d367688

Please sign in to comment.