Created SvelteKit Application as Base

This commit is contained in:
2023-08-29 20:48:14 +01:00
parent 7d00e51c6b
commit aebdce25d2
20 changed files with 1962 additions and 241 deletions

13
.prettierignore Normal file
View File

@ -0,0 +1,13 @@
.DS_Store
node_modules
/build
/.svelte-kit
/package
.env
.env.*
!.env.example
# Ignore files for PNPM, NPM and YARN
pnpm-lock.yaml
package-lock.json
yarn.lock