Starting a new template using Svelte, SvelteKit, Tailwind, and Skeleton.

This commit is contained in:
Scott Idem
2024-02-15 09:49:35 -05:00
parent ccbb783378
commit 17d99d080c
58 changed files with 3894 additions and 9127 deletions

35
.gitignore vendored
View File

@@ -1,27 +1,10 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
dist
dist-ssr
*.local
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
*.bak
*.tar.gz
node_modules
/build
/.svelte-kit
/package
.env
.env.*
!.env.example
vite.config.js.timestamp-*
vite.config.ts.timestamp-*