Skip to content

Commit a3f0cf9

Browse files
authored
chore: gitignore the API reference (#950)
## Description The generated API reference under docs/docs/06-api-reference/ is regenerated at build time by docusaurus-plugin-typedoc (runs as part of yarn build), so there's no reason to track it in git. This removes the files, gitignores the directory, and deletes the now-redundant api-reference-up-to-date-check CI workflow. ### Introduces a breaking change? - [ ] Yes - [ ] No ### Type of change - [ ] Bug fix (change which fixes an issue) - [ ] New feature (change which adds functionality) - [ ] Documentation update (improves or adds clarity to existing documentation) - [ ] Other (chores, tests, code style improvements etc.) ### Tested on - [ ] iOS - [ ] Android ### Testing instructions <!-- Provide step-by-step instructions on how to test your changes. Include setup details if necessary. --> ### Screenshots <!-- Add screenshots here, if applicable --> ### Related issues <!-- Link related issues here using #issue-number --> ### Checklist - [ ] I have performed a self-review of my code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have updated the documentation accordingly - [ ] My changes generate no new warnings ### Additional notes <!-- Include any additional information, assumptions, or context that reviewers might need to understand this PR. -->
1 parent e34d1a3 commit a3f0cf9

File tree

289 files changed

+6
-13445
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

289 files changed

+6
-13445
lines changed

.github/workflows/api-reference-up-to-date-check.yml

Lines changed: 0 additions & 52 deletions
This file was deleted.

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,12 @@ android/generated
9090
apps/*/ios/
9191
apps/*/android/
9292

93+
# generated TypeDoc API reference (regenerated at build time)
94+
docs/docs/06-api-reference/
95+
96+
# integration test model assets
97+
packages/react-native-executorch/common/rnexecutorch/tests/integration/assets/models/
98+
9399
# custom
94100
*.tgz
95101
Makefile

docs/docs/06-api-reference/classes/ClassificationModule.md

Lines changed: 0 additions & 255 deletions
This file was deleted.

0 commit comments

Comments
 (0)