chore: ignore portal build files
This commit is contained in:
parent
f8dda40696
commit
da9233250f
1 changed files with 9 additions and 0 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
|
@ -66,4 +66,13 @@ __output
|
|||
packages/ui/new-exports/
|
||||
packages/ui/test-exports/
|
||||
|
||||
## Astro
|
||||
|
||||
src/content/docs
|
||||
src/pages/**/_demos/
|
||||
|
||||
## Rocket ignore files (need to be the full relative path to the folders)
|
||||
docs/_merged_data/
|
||||
docs/_merged_assets/
|
||||
docs/_merged_includes/
|
||||
docs/**/api-table.md
|
||||
|
|
|
|||
Loading…
Reference in a new issue