Created SvelteKit Application as Base

This commit is contained in:
2025-02-01 13:00:02 +00:00
parent 7d00e51c6b
commit aebdce25d2
20 changed files with 1962 additions and 241 deletions
+13
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