Rewrite page in Svelte 5 #49

Merged
Neshura merged 94 commits from rewrite/svelte into main 2024-01-06 14:12:09 +00:00
Showing only changes of commit bd0b102d02 - Show all commits

30
.gitignore vendored
View file

@ -1,20 +1,10 @@
# do not track installed modules
/node_modules/
/.vscode/
# do not track built files
/.next/
*.tsbuildinfo
next-env.d.ts
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# production
/build/
/data/
/confs/
/private/
.DS_Store
node_modules
/build
/.svelte-kit
/package
.env
.env.*
!.env.example
vite.config.js.timestamp-*
vite.config.ts.timestamp-*