diff --git a/.gitignore b/.gitignore index c2c77d731..d301d3cdf 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,6 @@ # build output dist/ -!packages/editor/dist .output/ # dependencies @@ -29,4 +28,6 @@ pnpm-debug.log* /playwright-report/ /playwright/.cache/ tests-examples -*.csveditor/ \ No newline at end of file +*.csveditor/ + +packages/editor \ No newline at end of file diff --git a/packages/.gitkeep b/packages/.gitkeep new file mode 100644 index 000000000..e69de29bb