Skip to content

Commit a1861b0

Browse files
authored
chore: fix .gitignore path for dx.custom.js after bundle relocation (#32464)
1 parent 78d1fb3 commit a1861b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devextreme/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ node_modules
44
/testing/testcafe/artifacts
55
/testing/LastSuiteTime.txt
66
/dotnet_packages
7-
/js/bundles/dx.custom.js
7+
/build/bundle-templates/dx.custom.js
88
/js/__internal/core/localization/default_messages.ts
99
/js/__internal/core/localization/cldr-data
1010
/scss/bundles/*.scss

0 commit comments

Comments
 (0)