Generated Types added to .gitignore cause with negative glob is not respected #695
-
Beta Was this translation helpful? Give feedback.
Answered by
michealroberts
Aug 21, 2024
Replies: 1 comment
-
|
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"
]
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
michealroberts
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

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" ] } }