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

This commit is contained in:
Tat Dat Duong
2025-02-19 09:01:43 +01:00
parent 4c0c52d996
commit 0aba1b4887
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,
};