Browse Source

Update .gitignore to include preview directory files

codecalm 7 months ago
parent
commit
117fbbb2d5
1 changed files with 5 additions and 3 deletions
  1. 5 3
      .gitignore

+ 5 - 3
.gitignore

@@ -19,9 +19,11 @@ node_modules/
 /svg-tmp/
 /components/
 /percy.sh
-/src/pages/playground.html
-/src/pages/playground-*.html
-/src/pages/features.html
+/preview/pages/playground.html
+/preview/pages/playground-*.html
+/preview/pages/screenshot.html
+/preview/pages/screenshot-*.html
+/preview/pages/features.html
 
 .pnp.loader.mjs
 .pnp.cjs