Skip to content

Commit 96d1275

Browse files
committed
Try to fix build git ignore issue
1 parent 01a4cb9 commit 96d1275

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
.cache-loader
1010
/docs/js-sdk/api
1111
/docs/c2patool
12-
/docs/c2pa-node
12+
/docs/c2pa-node/*.md
1313
/docs/c2pa-python
1414
/docs/c2pa-c
1515
/docs/rust-sdk

docs/c2pa-node/docs/.gitkeep

Whitespace-only changes.

scripts/generate-api-docs/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function appendStringToFiles(directory, stringToAppend) {
7272
return;
7373
}
7474

75-
console.log(`Appended "${stringToAppend}" to ${file}`);
75+
//console.log(`Appended "${stringToAppend}" to ${file}`);
7676
});
7777
});
7878
});

0 commit comments

Comments
 (0)