Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,8 @@ node_modules

# other
coverage

# playgrounds
packages/playground/**/*
!packages/playground/README.md

4 changes: 3 additions & 1 deletion packages/playground/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
playground projects used for experiments, demos and manual testing
add your own playground projects here, using `"@sveltejs/vite-plugin-svelte":"workspace:*"` as reference

subdirectories are ignored in git
24 changes: 0 additions & 24 deletions packages/playground/basic/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions packages/playground/basic/README.md

This file was deleted.

13 changes: 0 additions & 13 deletions packages/playground/basic/index.html

This file was deleted.

32 changes: 0 additions & 32 deletions packages/playground/basic/jsconfig.json

This file was deleted.

17 changes: 0 additions & 17 deletions packages/playground/basic/package.json

This file was deleted.

1 change: 0 additions & 1 deletion packages/playground/basic/public/vite.svg

This file was deleted.

63 changes: 0 additions & 63 deletions packages/playground/basic/src/App.svelte

This file was deleted.

79 changes: 0 additions & 79 deletions packages/playground/basic/src/app.css

This file was deleted.

1 change: 0 additions & 1 deletion packages/playground/basic/src/assets/svelte.svg

This file was deleted.

13 changes: 0 additions & 13 deletions packages/playground/basic/src/lib/Counter.svelte

This file was deleted.

11 changes: 0 additions & 11 deletions packages/playground/basic/src/lib/Counter.svelte.js

This file was deleted.

19 changes: 0 additions & 19 deletions packages/playground/basic/src/main.js

This file was deleted.

2 changes: 0 additions & 2 deletions packages/playground/basic/src/vite-env.d.ts

This file was deleted.

7 changes: 0 additions & 7 deletions packages/playground/basic/svelte.config.js

This file was deleted.

10 changes: 0 additions & 10 deletions packages/playground/basic/vite.config.js

This file was deleted.

17 changes: 0 additions & 17 deletions packages/playground/big-component-library-kit/jsconfig.json

This file was deleted.

27 changes: 0 additions & 27 deletions packages/playground/big-component-library-kit/package.json

This file was deleted.

9 changes: 0 additions & 9 deletions packages/playground/big-component-library-kit/src/app.d.ts

This file was deleted.

12 changes: 0 additions & 12 deletions packages/playground/big-component-library-kit/src/app.html

This file was deleted.

Loading
Loading