Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.

Commit 172bb32

Browse files
authored
chore: add autogenerated api-report files to .gitignore (#2484)
When `yarn api-report` is ran, these files are automatically generated. Since these are not tracked by git, they should be added to the `.gitignore`.
1 parent 4b4ba13 commit 172bb32

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
/docs/
77
/out/
88
/build/
9+
temp/
10+
types/tsdoc-metadata.json
911
system-test/secrets.js
1012
system-test/*key.json
1113
*.lock

0 commit comments

Comments
 (0)