From 09961021f3dd23dd5b26df6c4bdff887b35ab656 Mon Sep 17 00:00:00 2001 From: mattgoud Date: Fri, 20 Dec 2024 16:30:22 +0100 Subject: [PATCH] chore: [gitignore] - fix #400 --- playground/.gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/playground/.gitignore b/playground/.gitignore index dfc3c72f..0f7993b1 100644 --- a/playground/.gitignore +++ b/playground/.gitignore @@ -26,4 +26,6 @@ dist-ssr # playground views files /src/views/* !/src/views/VueComponentsViewExample.vue -!/src/views/WebComponentsViewExample.vue \ No newline at end of file +!/src/views/WebComponentsViewExample.vue +/vue-app +/vanilla-app \ No newline at end of file