Skip to content

Commit

Permalink
Charts: Include built files for charts (#40776)
Browse files Browse the repository at this point in the history
* add dist to mirror repo

* changelog
  • Loading branch information
kangzj authored Dec 31, 2024
1 parent 8aa4be6 commit f627ed9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions projects/js-packages/charts/.gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
.gitattributes export-ignore
node_modules export-ignore

# Files to include in the mirror repo, but excluded via gitignore
# Remember to end all directories with `/**` to properly tag every file.
/dist/** production-include

# Files to exclude from the mirror repo.
/changelog/** production-exclude
/jest.config.cjs production-exclude
**/stories/** production-exclude
**/test/** production-exclude
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: added

Added dist to mirror repo

0 comments on commit f627ed9

Please sign in to comment.