mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
Add PWA setup with vite-plugin-pwa, assets generator, and templates Include CLI flag and interactive prompt option for PWA installation
24 lines
182 B
Plaintext
24 lines
182 B
Plaintext
# Local
|
|
.DS_Store
|
|
*.local
|
|
*.log*
|
|
|
|
# Dist
|
|
node_modules
|
|
dist/
|
|
.vinxi
|
|
.output
|
|
.vercel
|
|
.netlify
|
|
.wrangler
|
|
|
|
# IDE
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
|
|
*.env*
|
|
!.env.example
|
|
|
|
dev-dist
|