Skip to content

Generated Types added to .gitignore cause with negative glob is not respected #695

Closed Answered by michealroberts
michealroberts asked this question in Q&A
Discussion options

You must be logged in to vote

Closing as I had the incorrect glob:

{
  "$schema": "https://jsr.io/schema/config-file.v1.json",
  "version": "0.0.0",
  "exports": "./src/index.ts",
  "publish": {
    "exclude": ["!src/client"],
    "include": [
      "src/**/*.ts",
      "src/client/**/*.gen.ts",
      "package.json",
      "README.md",
      "LICENSE"
    ]
  }
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by michealroberts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant