Installing SvelteKit
Adding SvelteKit to root directory.
This commit is contained in:
parent
ba00fa4e2d
commit
073296a90b
15 changed files with 2174 additions and 5 deletions
26
.gitignore
vendored
26
.gitignore
vendored
|
@ -1,5 +1,21 @@
|
|||
.venv
|
||||
introducer
|
||||
storage0
|
||||
storage1
|
||||
webapp
|
||||
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-*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue