diff --git a/projects/js-packages/charts/.gitattributes b/projects/js-packages/charts/.gitattributes
index 8552e6d81e9fd..bacf06305731f 100644
--- a/projects/js-packages/charts/.gitattributes
+++ b/projects/js-packages/charts/.gitattributes
@@ -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
diff --git a/projects/js-packages/charts/changelog/fix-include-built-files-for-charts b/projects/js-packages/charts/changelog/fix-include-built-files-for-charts
new file mode 100644
index 0000000000000..acacfe26471fc
--- /dev/null
+++ b/projects/js-packages/charts/changelog/fix-include-built-files-for-charts
@@ -0,0 +1,4 @@
+Significance: patch
+Type: added
+
+Added dist to mirror repo