feat: add svelte
the functionality for a svelte package isn't here yet though :(
This commit is contained in:
parent
fd45c8b11a
commit
9e65814ef1
22 changed files with 4285 additions and 0 deletions
25
templates/svelte/.gitignore
vendored
Normal file
25
templates/svelte/.gitignore
vendored
Normal file
|
@ -0,0 +1,25 @@
|
|||
node_modules
|
||||
|
||||
# Output
|
||||
.output
|
||||
.vercel
|
||||
/.svelte-kit
|
||||
/build
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Env
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
!.env.test
|
||||
|
||||
# Vite
|
||||
vite.config.js.timestamp-*
|
||||
vite.config.ts.timestamp-*
|
||||
|
||||
# Nix
|
||||
**/result
|
||||
/.direnv
|
Loading…
Add table
Add a link
Reference in a new issue