fix(sdk-js): add docs to gitignore path (#3498)

This commit is contained in:
David Duong
2025-02-19 09:11:19 +01:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -13,4 +13,4 @@ react.d.cts
node_modules
dist
.yarn
docs
docs
+1
View File
@@ -15,5 +15,6 @@ export const config = {
tsConfigPath: resolve("./tsconfig.json"),
cjsSource: "./dist-cjs",
cjsDestination: "./dist",
additionalGitignorePaths: ["docs"],
abs,
};