diff --git a/blossom-editor/.gitignore b/blossom-editor/.gitignore index 71a0a96..d6621f8 100644 --- a/blossom-editor/.gitignore +++ b/blossom-editor/.gitignore @@ -3,3 +3,5 @@ dist out *.log* stats.html +auto-imports.d.ts +components.d.ts \ No newline at end of file diff --git a/blossom-web/.gitignore b/blossom-web/.gitignore index bed434a..3f670bd 100644 --- a/blossom-web/.gitignore +++ b/blossom-web/.gitignore @@ -18,6 +18,8 @@ coverage /cypress/videos/ /cypress/screenshots/ +auto-imports.d.ts +components.d.ts # Editor directories and files .vscode/*