Skip to content

Commit

Permalink
Ignore dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
vin0401 committed May 13, 2024
1 parent 887030d commit e60d742
Show file tree
Hide file tree
Showing 11 changed files with 200 additions and 112 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ Thumbs.db
/var
/vendor

# Frontend related files
assets/node_modules
assets/dist

# code style fixer
.php_cs
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/core-dll/entrypoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"/bundles/pimcorestudioui/core-dll/core-dll.63b795ca.css"
],
"js": [
"/bundles/pimcorestudioui/core-dll/core-dll.ee31f20c.js"
"/bundles/pimcorestudioui/core-dll/core-dll.208a517d.js"
]
}
}
Expand Down
4 changes: 1 addition & 3 deletions public/core-dll/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"bundles/pimcorestudioui/core-dll/core-dll.css": "/bundles/pimcorestudioui/core-dll/core-dll.63b795ca.css",
"bundles/pimcorestudioui/core-dll/core-dll.js": "/bundles/pimcorestudioui/core-dll/core-dll.ee31f20c.js",
"bundles/pimcorestudioui/core-dll/core-dll.js": "/bundles/pimcorestudioui/core-dll/core-dll.208a517d.js",
"bundles/pimcorestudioui/core-dll/105.b4a62b68.js": "/bundles/pimcorestudioui/core-dll/105.b4a62b68.js",
"bundles/pimcorestudioui/core-dll/fonts/Lato-Light.ttf": "/bundles/pimcorestudioui/core-dll/fonts/Lato-Light.c7400fca.ttf",
"bundles/pimcorestudioui/core-dll/fonts/Lato-Regular.ttf": "/bundles/pimcorestudioui/core-dll/fonts/Lato-Regular.9d883d54.ttf",
Expand Down Expand Up @@ -217,7 +217,6 @@
"bundles/pimcorestudioui/core-dll/../../assets/dist/build/types/src/core/modules/app/utils/app-runner.d.ts": "/bundles/pimcorestudioui/core-dll/../../assets/dist/build/types/src/core/modules/app/utils/app-runner.d.ts",
"bundles/pimcorestudioui/core-dll/../../assets/dist/build/types/src/core/modules/element/editor/tab-manager/tab-manager.d.ts.map": "/bundles/pimcorestudioui/core-dll/../../assets/dist/build/types/src/core/modules/element/editor/tab-manager/tab-manager.d.ts.map",
"bundles/pimcorestudioui/core-dll/../../assets/dist/build/types/src/core/modules/asset/editor/image/tab-manager/tabs/preview/preview-container.d.ts.map": "/bundles/pimcorestudioui/core-dll/../../assets/dist/build/types/src/core/modules/asset/editor/image/tab-manager/tabs/preview/preview-container.d.ts.map",
"bundles/pimcorestudioui/core-dll/../../assets/dist/build/types/src/core/components/example/__tests__/example.spec.d.ts": "/bundles/pimcorestudioui/core-dll/../../assets/dist/build/types/src/core/components/example/__tests__/example.spec.d.ts",
"bundles/pimcorestudioui/core-dll/../../assets/dist/build/types/src/core/components/modal/modal.stories.d.ts.map": "/bundles/pimcorestudioui/core-dll/../../assets/dist/build/types/src/core/components/modal/modal.stories.d.ts.map",
"bundles/pimcorestudioui/core-dll/../../assets/dist/build/types/src/core/modules/asset/index.d.ts": "/bundles/pimcorestudioui/core-dll/../../assets/dist/build/types/src/core/modules/asset/index.d.ts",
"bundles/pimcorestudioui/core-dll/../../assets/dist/build/types/src/core/components/grid/resizer/resizer.d.ts.map": "/bundles/pimcorestudioui/core-dll/../../assets/dist/build/types/src/core/components/grid/resizer/resizer.d.ts.map",
Expand Down Expand Up @@ -364,7 +363,6 @@
"bundles/pimcorestudioui/core-dll/../../assets/dist/build/types/src/core/components/grid/resizer/resizer.styles.d.ts.map": "/bundles/pimcorestudioui/core-dll/../../assets/dist/build/types/src/core/components/grid/resizer/resizer.styles.d.ts.map",
"bundles/pimcorestudioui/core-dll/../../assets/dist/build/types/src/core/components/tree/node/tree-node.styles.d.ts.map": "/bundles/pimcorestudioui/core-dll/../../assets/dist/build/types/src/core/components/tree/node/tree-node.styles.d.ts.map",
"bundles/pimcorestudioui/core-dll/../../assets/dist/build/types/src/core/components/toolbar/toolbar.styles.d.ts.map": "/bundles/pimcorestudioui/core-dll/../../assets/dist/build/types/src/core/components/toolbar/toolbar.styles.d.ts.map",
"bundles/pimcorestudioui/core-dll/../../assets/dist/build/types/src/core/components/example/__tests__/example.spec.d.ts.map": "/bundles/pimcorestudioui/core-dll/../../assets/dist/build/types/src/core/components/example/__tests__/example.spec.d.ts.map",
"bundles/pimcorestudioui/core-dll/../../assets/dist/build/types/src/core/components/example/example.styles.d.ts.map": "/bundles/pimcorestudioui/core-dll/../../assets/dist/build/types/src/core/components/example/example.styles.d.ts.map",
"bundles/pimcorestudioui/core-dll/../../assets/dist/build/types/src/core/components/sidebar/sidebar.styles.d.ts.map": "/bundles/pimcorestudioui/core-dll/../../assets/dist/build/types/src/core/components/sidebar/sidebar.styles.d.ts.map",
"bundles/pimcorestudioui/core-dll/../../assets/dist/build/types/src/core/components/message/message.style.d.ts.map": "/bundles/pimcorestudioui/core-dll/../../assets/dist/build/types/src/core/components/message/message.style.d.ts.map",
Expand Down
2 changes: 1 addition & 1 deletion public/vendor/entrypoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"entrypoints": {
"vendor": {
"js": [
"/bundles/pimcorestudioui/vendor/vendor.5f59e496.js"
"/bundles/pimcorestudioui/vendor/vendor.6681dbb5.js"
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion public/vendor/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"bundles/pimcorestudioui/vendor/vendor.js": "/bundles/pimcorestudioui/vendor/vendor.5f59e496.js"
"bundles/pimcorestudioui/vendor/vendor.js": "/bundles/pimcorestudioui/vendor/vendor.6681dbb5.js"
}
2 changes: 0 additions & 2 deletions public/vendor/vendor.5f59e496.js

This file was deleted.

102 changes: 0 additions & 102 deletions public/vendor/vendor.5f59e496.js.LICENSE.txt

This file was deleted.

2 changes: 2 additions & 0 deletions public/vendor/vendor.6681dbb5.js

Large diffs are not rendered by default.

Loading

0 comments on commit e60d742

Please sign in to comment.