From 06db5733ccbcad86593ac5093a7e7d9302d63f1e Mon Sep 17 00:00:00 2001 From: mohiit1502 Date: Sun, 2 Nov 2025 01:59:42 +0530 Subject: [PATCH] Ignored bundle folders meant for build time only --- .gitignore | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 848cdf7..78ddd11 100644 --- a/.gitignore +++ b/.gitignore @@ -28,4 +28,29 @@ build # Miscellaneous *.local -.DS_Store \ No newline at end of file +.DS_Store + +# Component Modules built for local dev using lerna should be ignored +BuilderLayout +BuilderLayoutCanvas +BuilderLayoutContainer +BuilderSlot +ComponentInfo +Events.service +History.service +Layout +Layout.context +Layout.service +LayoutControlPanel +LayoutDescriptor +LayoutError +LayoutHelp +ReleaseLayout +ReleaseSlot +Resizable +Slot +SlotDescriptor +SlotTools +types +useLayoutInit +ToCheck \ No newline at end of file