feat(setup): initialize SvelteKit project with TypeScript template

This commit is contained in:
Ilia Mashkov
2025-12-26 14:26:37 +03:00
parent 42852a77e1
commit cd7c4ef9a3
23 changed files with 14124 additions and 93 deletions

84
.gitignore vendored
View File

@@ -1,68 +1,24 @@
# Dependencies
node_modules/
.pnp/
.pnp.js
test-results
node_modules
# Build outputs
.svelte-kit/
build/
dist/
.nuxt/
.output/
.vercel/
.netlify/
# Output
.output
.vercel
.netlify
.wrangler
/.svelte-kit
/build
# Environment files
# OS
.DS_Store
Thumbs.db
# Env
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.env.*
!.env.example
!.env.test
# IDE and Editor files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
Thumbs.db
*.sublime-project
*.sublime-workspace
# Testing
coverage/
.nyc_output/
*.lcov
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# OS files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Temporary files
*.tmp
*.temp
.cache/
.parcel-cache/
# TypeScript
*.tsbuildinfo
# Misc
*.pid
*.seed
*.pid.lock
# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*